Version bump to v3.0.4 (#22093)

This commit is contained in:
Blake Erickson 2023-06-13 12:20:26 -06:00 committed by GitHub
parent 2a14338133
commit 21c80f5993
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 = 3
TINY = 4
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")