Version bump to v1.4.0.beta1

This commit is contained in:
Neil Lalonde 2015-06-03 16:56:55 -04:00
parent db84f30465
commit 1151b01caf

View File

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