Bump version to v3.2.2

This commit is contained in:
Jan Cernik 2024-05-15 12:28:24 -03:00
parent 7270bc4816
commit 747ecc1f8c
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ module Discourse
# work around reloader
unless defined?(::Discourse::VERSION)
module VERSION #:nodoc:
STRING = "3.2.1"
STRING = "3.2.2"
PARTS = STRING.split(".")
private_constant :PARTS