Version bump to v3.0.0

This commit is contained in:
OsamaSayegh 2023-01-11 08:17:04 +03:00
parent ecdbf44983
commit f54d21a80b
No known key found for this signature in database
GPG Key ID: 060E5AC82223685F

View File

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