From 7066b89b18555d4dbdaeed8eebafeb63da950faf Mon Sep 17 00:00:00 2001 From: = Date: Thu, 19 Dec 2024 13:24:40 -0300 Subject: [PATCH] Bump version to v3.3.3 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index a2b3de24663..353980cdfe2 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -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