Skip to content

Commit ccf207f

Browse files
committed
Version bump to v2.7.0
1 parent 2c399a8 commit ccf207f

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
@@ -10,7 +10,7 @@ module VERSION #:nodoc:
1010
MAJOR = 2
1111
MINOR = 7
1212
TINY = 0
13-
PRE = 'beta9'
13+
PRE = nil
1414

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

0 commit comments

Comments
 (0)