Version bump to v3.1.0.beta1 (#19822)

This commit is contained in:
Osama Sayegh 2023-01-11 08:39:15 +03:00 committed by GitHub
parent 5f4911dae8
commit 17daf077e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@ module Discourse
unless defined?(::Discourse::VERSION)
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
MINOR = 1
TINY = 0
PRE = "beta16"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end