Skip to content

Commit 09021c3

Browse files
committed
Version bump to v2.4.0.beta6
1 parent 3007c93 commit 09021c3

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 = 4
1111
TINY = 0
12-
PRE = 'beta5'
12+
PRE = 'beta6'
1313

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

0 commit comments

Comments
 (0)