Version bump to v1.8.0.beta3

This commit is contained in:
Neil Lalonde 2017-01-26 13:34:01 -05:00
parent a553fecb51
commit 8923e407fe

View File

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