mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Version bump to v2.7.0.beta1
This commit is contained in:
parent
aa09d83453
commit
99240476cb
@ -8,9 +8,9 @@ module Discourse
|
|||||||
unless defined? ::Discourse::VERSION
|
unless defined? ::Discourse::VERSION
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 2
|
MAJOR = 2
|
||||||
MINOR = 6
|
MINOR = 7
|
||||||
TINY = 0
|
TINY = 0
|
||||||
PRE = 'beta6'
|
PRE = 'beta1'
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user