Version bump to v1.4.0.beta1

This commit is contained in:
Neil Lalonde 2015-06-01 15:38:25 -04:00
parent 60ed72870e
commit 255402350f
1 changed files with 2 additions and 2 deletions

View File

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