Skip to content

Commit

Permalink
Version bump to v2.1.0.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Aug 7, 2018
1 parent 5c248e3 commit 1fcb5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.rb
Expand Up @@ -5,7 +5,7 @@ module VERSION #:nodoc:
MAJOR = 2
MINOR = 1
TINY = 0
PRE = 'beta3'
PRE = 'beta4'

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

0 comments on commit 1fcb5c1

Please sign in to comment.