Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
excpt committed Apr 5, 2016
1 parent 42e30b2 commit 6481591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jwt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ module VERSION
# minor version
MINOR = 5
# tiny version
TINY = 4
TINY = 5
# alpha, beta, etc. tag
PRE = nil
PRE = 'dev'

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

0 comments on commit 6481591

Please sign in to comment.