We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2732a9a commit afaccbfCopy full SHA for afaccbf
lib/rake/version.rb
@@ -5,7 +5,7 @@ module Version
5
MINOR = 9,
6
BUILD = 0,
7
BETA = 'beta',
8
- BETANUM = 1,
+ BETANUM = 2,
9
]
10
end
11
VERSION = Version::NUMBERS.join('.')
0 commit comments