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