Version bump to v1.5.0.beta2

This commit is contained in:
Neil Lalonde 2015-10-02 11:08:09 -04:00
parent 1e5ad6f219
commit 95e90ee9aa
1 changed files with 1 additions and 1 deletions

View File

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