Skip to content

Commit d53cc07

Browse files
committed
Version bump to v2.3.0.beta8.
1 parent 33fa249 commit d53cc07

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
@@ -7,7 +7,7 @@ module VERSION #:nodoc:
77
MAJOR = 2
88
MINOR = 3
99
TINY = 0
10-
PRE = 'beta7'
10+
PRE = 'beta8'
1111

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

0 commit comments

Comments
 (0)