Version bump to v2.9.0.beta6 (#17283)
Needed for https://meta.discourse.org/t/unable-to-find-discourse-version-2-9-0-beta6/231511
This commit is contained in:
parent
c86c709998
commit
02e148cbde
|
@ -10,7 +10,7 @@ module Discourse
|
|||
MAJOR = 2
|
||||
MINOR = 9
|
||||
TINY = 0
|
||||
PRE = 'beta5'
|
||||
PRE = 'beta6'
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue