We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e79f2 commit 0e4ad02Copy full SHA for 0e4ad02
lib/rake/version.rb
@@ -3,7 +3,7 @@ module Version
3
NUMBERS = [
4
MAJOR = 0,
5
MINOR = 9,
6
- BUILD = 1,
+ BUILD = 2,
7
]
8
end
9
VERSION = Version::NUMBERS.join('.')
0 commit comments