Version bump to v3.1.0.beta6 (#22555)

This commit is contained in:
Blake Erickson 2023-07-11 16:25:44 -06:00 committed by GitHub
parent 52b003d915
commit 78b009aafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ module Discourse
MAJOR = 3
MINOR = 1
TINY = 0
PRE = "beta5"
PRE = "beta6"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end