Skip to content

Commit

Permalink
Separate version
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Oct 14, 2023
1 parent 83c4105 commit ec51054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ def self.gem_version

module VERSION
# major version
MAJOR = 2
MAJOR = 3
# minor version
MINOR = 7
MINOR = 0
# tiny version
TINY = 1
TINY = 0
# alpha, beta, etc. tag
PRE = nil
PRE = 'alpha.1'

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

0 comments on commit ec51054

Please sign in to comment.