Version bump to v2.8.0.beta2 (#13329)
This commit is contained in:
parent
f941bbc147
commit
41038d6cdb
|
@ -10,7 +10,7 @@ module Discourse
|
|||
MAJOR = 2
|
||||
MINOR = 8
|
||||
TINY = 0
|
||||
PRE = 'beta1'
|
||||
PRE = 'beta2'
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue