Skip to content

Commit b4d1416

Browse files
committed
Version bump to v2.3.0.beta10
1 parent 7a9e85b commit b4d1416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module VERSION #:nodoc:
99
MAJOR = 2
1010
MINOR = 3
1111
TINY = 0
12-
PRE = 'beta9'
12+
PRE = 'beta10'
1313

1414
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
1515
end

0 commit comments

Comments
 (0)