Version bump to v1.8.0.beta7

This commit is contained in:
Neil Lalonde 2017-03-08 12:22:23 -05:00
parent 4271aa0b48
commit a97fe5da13

View File

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