Version bump to v1.2.0.beta3

This commit is contained in:
Neil Lalonde 2014-11-27 16:48:08 -05:00
parent 07211489f0
commit 781807191e

View File

@ -5,7 +5,7 @@ module Discourse
MAJOR = 1
MINOR = 2
TINY = 0
PRE = 'beta2'
PRE = 'beta3'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end