Skip to content

Commit

Permalink
bump version to 1.5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Zhang committed Aug 26, 2014
1 parent 7b8d63a commit 7cc134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 1
MINOR = 5
TINY = 4
PRE = 3
PRE = 4

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down

0 comments on commit 7cc134b

Please sign in to comment.