Skip to content

Commit

Permalink
Version bump to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed May 18, 2021
1 parent 2c399a8 commit ccf207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION #:nodoc:
MAJOR = 2
MINOR = 7
TINY = 0
PRE = 'beta9'
PRE = nil

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

0 comments on commit ccf207f

Please sign in to comment.