Version bump to v1.5.0.beta3

This commit is contained in:
Neil Lalonde 2015-10-19 17:34:31 -04:00
parent eacd75bcf8
commit 50d2ba5f8e

View File

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