Version bump to v2.8.0.beta1 (#13092)

This commit is contained in:
Neil Lalonde 2021-05-18 16:38:17 -04:00 committed by GitHub
parent 55611a5b80
commit 05c1d3c9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ module Discourse
unless defined? ::Discourse::VERSION
module VERSION #:nodoc:
MAJOR = 2
MINOR = 7
MINOR = 8
TINY = 0
PRE = 'beta9'
PRE = 'beta1'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end