Revert "Version bump to v1.4.0.beta1"

This commit is contained in:
Neil Lalonde 2015-06-01 16:50:13 -04:00
parent c240a8bd80
commit b5e4fca539
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 = 4
MINOR = 3
TINY = 0
PRE = 'beta1'
PRE = 'beta10'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end