From c723c126f267cdfd838bcbeb16be23fd4c7b1af5 Mon Sep 17 00:00:00 2001 From: Jan Cernik Date: Wed, 15 May 2024 12:24:11 -0300 Subject: [PATCH] Bump version to v3.3.0.beta2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 67d221bdd94..be417075362 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -8,7 +8,7 @@ module Discourse unless defined?(::Discourse::VERSION) module VERSION #:nodoc: # Use the `version_bump:*` rake tasks to update this value - STRING = "3.3.0.beta2-dev" + STRING = "3.3.0.beta2" PARTS = STRING.split(".") private_constant :PARTS