Version bump to v1.8.0.beta2

This commit is contained in:
Robin Ward 2017-01-13 11:39:52 -05:00
parent ae560f343c
commit d49473757e
1 changed files with 1 additions and 1 deletions

View File

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