Version bump to v1.3.0.beta1

This commit is contained in:
Neil Lalonde 2015-02-19 16:27:43 -05:00
parent aef7bf8b31
commit 61bd9c77c3
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ module Discourse
unless defined? ::Discourse::VERSION unless defined? ::Discourse::VERSION
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 2 MINOR = 3
TINY = 0 TINY = 0
PRE = 'beta9' PRE = 'beta1'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end