Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
excpt committed Oct 3, 2021
1 parent cf7848c commit 1fd5b7a
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'
PRE = nil

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

0 comments on commit 1fd5b7a

Please sign in to comment.