Bump version to v3.0.6

This commit is contained in:
David Taylor 2023-07-28 13:15:07 +01:00
parent 1b6b764cf5
commit c35038b00b
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434

View File

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