mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Version bump to v2.9.0.beta1 (#15732)
This commit is contained in:
parent
332266cbee
commit
2fc8e923b6
1 changed files with 2 additions and 2 deletions
|
@ -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 = 8
|
MINOR = 9
|
||||||
TINY = 0
|
TINY = 0
|
||||||
PRE = 'beta11'
|
PRE = 'beta1'
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue