Bump version to v3.2.3

This commit is contained in:
Nat 2024-07-03 21:07:35 +08:00
parent 8470546f59
commit 4732483811
No known key found for this signature in database
GPG Key ID: 4938B35D927EC773
1 changed files with 1 additions and 1 deletions

View File

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