Version bump to v1.9.0.beta2

This commit is contained in:
Neil Lalonde 2017-06-12 12:48:24 -04:00
parent bd70656b90
commit eaeae0ac31

View File

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