Version bump to v3.0.5 (#22556)

This commit is contained in:
Blake Erickson 2023-07-11 17:09:02 -06:00 committed by GitHub
parent aa0a236416
commit 461966e028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 4
TINY = 5
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")