We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148d6f2 commit 81fb703Copy full SHA for 81fb703
lib/rake.rb
@@ -61,5 +61,6 @@
61
$trace = false
62
63
# Some top level Constants.
64
+
65
FileList = Rake::FileList
66
RakeFileUtils = Rake::FileUtilsExt
lib/rake/version.rb
@@ -5,7 +5,7 @@ module Version
5
MINOR = 9,
6
BUILD = 0,
7
BETA = 'beta',
8
- BETANUM = 2,
+ BETANUM = 4,
9
]
10
end
11
VERSION = Version::NUMBERS.join('.')
0 commit comments