Version bump to v3.0.1 (#20010)

This commit is contained in:
Bianca Nenciu 2023-01-25 20:55:40 +02:00 committed by GitHub
parent 1a5a6f66cb
commit 4571b10ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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