Version bump to v3.1.0.beta3 (#20712)

This commit is contained in:
Blake Erickson 2023-03-16 17:51:54 -06:00 committed by GitHub
parent 32ad46c551
commit 6b5743ba3c
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 = "beta2"
PRE = "beta3"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end