Skip to content

Commit 1fd5b7a

Browse files
committed
Bump version to 2.3.0
1 parent cf7848c commit 1fd5b7a

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'
19+
PRE = nil
2020

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

0 commit comments

Comments
 (0)