Bump version to v3.2.5

This commit is contained in:
Nat 2024-07-30 14:36:23 +08:00
parent 76f06f6b14
commit 9ed203ed8c
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.4"
STRING = "3.2.5"
PARTS = STRING.split(".")
private_constant :PARTS