2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Version bump to v1.7.0.beta1

This commit is contained in:
Neil Lalonde 2016-08-05 15:18:19 -04:00
parent f1bfc74e79
commit 823a699d41

View file

@ -3,9 +3,9 @@ module Discourse
unless defined? ::Discourse::VERSION
module VERSION #:nodoc:
MAJOR = 1
MINOR = 6
MINOR = 7
TINY = 0
PRE = 'beta12'
PRE = 'beta1'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end