Skip to content

Commit a633b8b

Browse files
authored
Merge pull request #199 from excpt/master
Version bump 2.0.0.beta1
2 parents 82c67b4 + cee61b8 commit a633b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module VERSION
1616
# tiny version
1717
TINY = 0
1818
# alpha, beta, etc. tag
19-
PRE = 'dev'.freeze
19+
PRE = 'beta1'.freeze
2020

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

0 commit comments

Comments
 (0)