Skip to content

Commit

Permalink
Version bump to v1.2.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Nov 6, 2014
1 parent 1565bd5 commit 8959ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module Discourse
unless defined? ::Discourse::VERSION
module VERSION #:nodoc:
MAJOR = 1
MINOR = 1
MINOR = 2
TINY = 0
PRE = 'beta8'
PRE = 'beta1'

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

0 comments on commit 8959ed9

Please sign in to comment.