mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
Version bump to v1.7.0.beta1
This commit is contained in:
parent
f1bfc74e79
commit
823a699d41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user