Version bump to v1.2.0.beta8

This commit is contained in:
Neil Lalonde 2015-02-12 18:30:43 -05:00
parent cd0fa12562
commit f62c0db162
1 changed files with 1 additions and 1 deletions

View File

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