Skip to content

Commit

Permalink
Merge pull request #199 from excpt/master
Browse files Browse the repository at this point in the history
Version bump 2.0.0.beta1
  • Loading branch information
excpt committed Feb 27, 2017
2 parents 82c67b4 + cee61b8 commit a633b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module VERSION
# tiny version
TINY = 0
# alpha, beta, etc. tag
PRE = 'dev'.freeze
PRE = 'beta1'.freeze

# Build version string
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit a633b8b

Please sign in to comment.