Skip to content

Commit 81fb703

Browse files
committed
Bumped to version 0.9.0.beta.4
1 parent 148d6f2 commit 81fb703

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/rake.rb

+1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
$trace = false
6262

6363
# Some top level Constants.
64+
6465
FileList = Rake::FileList
6566
RakeFileUtils = Rake::FileUtilsExt

lib/rake/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Version
55
MINOR = 9,
66
BUILD = 0,
77
BETA = 'beta',
8-
BETANUM = 2,
8+
BETANUM = 4,
99
]
1010
end
1111
VERSION = Version::NUMBERS.join('.')

0 commit comments

Comments
 (0)