Bump version to v3.3.3

This commit is contained in:
= 2024-12-19 13:24:40 -03:00
parent a7b4dc7026
commit 7066b89b18

View File

@ -7,7 +7,7 @@ module Discourse
unless defined?(::Discourse::VERSION)
module VERSION #:nodoc:
# Use the `version_bump:*` rake tasks to update this value
STRING = "3.3.2"
STRING = "3.3.3"
PARTS = STRING.split(".")
private_constant :PARTS