Version bump to v3.1.0.beta5 (#22092)

This commit is contained in:
Blake Erickson 2023-06-13 12:08:36 -06:00 committed by GitHub
parent 17656e4451
commit 286dfcacb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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