Version bump to v3.1.0.beta2 (#19999)

This commit is contained in:
Bianca Nenciu 2023-01-25 20:47:16 +02:00 committed by GitHub
parent 60990aab55
commit e6a41150e2
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 = "beta1"
PRE = "beta2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end