mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 02:20:14 +08:00
Version bump to v2.2.0.beta1
This commit is contained in:
parent
103f9b5dc7
commit
b3b9ac3b19
@ -3,9 +3,9 @@ module Discourse
|
||||
unless defined? ::Discourse::VERSION
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 2
|
||||
MINOR = 1
|
||||
MINOR = 2
|
||||
TINY = 0
|
||||
PRE = 'beta6'
|
||||
PRE = 'beta1'
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user