Skip to content

Commit

Permalink
Version bump to v1.1.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Sep 23, 2014
1 parent 5681338 commit 3a468d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION #:nodoc:
MAJOR = 1
MINOR = 1
TINY = 0
PRE = 'beta2'
PRE = 'beta3'

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

0 comments on commit 3a468d3

Please sign in to comment.