We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bc23c commit 0e44b90Copy full SHA for 0e44b90
1 file changed
lib/version.rb
@@ -5,7 +5,7 @@ module VERSION #:nodoc:
5
MAJOR = 0
6
MINOR = 9
7
TINY = 7
8
- PRE = 5
+ PRE = 6
9
10
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
11
end
0 commit comments