Skip to content

Commit

Permalink
Version bump to v2.7.0.beta8 (#12894)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Apr 29, 2021
1 parent e2154b3 commit a7261a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION #:nodoc:
MAJOR = 2
MINOR = 7
TINY = 0
PRE = 'beta7'
PRE = 'beta8'

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

0 comments on commit a7261a1

Please sign in to comment.