Bump version to v3.2.1

This commit is contained in:
Nat 2024-03-15 15:27:07 +08:00
parent bcc556b956
commit d41529c811
No known key found for this signature in database
GPG Key ID: 4938B35D927EC773

View File

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