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 cda3f72 commit 322aa9eCopy full SHA for 322aa9e
lib/version.rb
@@ -5,7 +5,7 @@ module VERSION #:nodoc:
5
MAJOR = 2
6
MINOR = 0
7
TINY = 0
8
- PRE = 'beta2'
+ PRE = 'beta3'
9
10
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
11
end
0 commit comments