Version bump to v3.0.3 (#21136)

This commit is contained in:
Ted Johansson 2023-04-18 16:14:45 +08:00 committed by GitHub
parent 0c11acf6cf
commit 59dd20c415
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 = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")