From 9cfe725b37cee89805392256024d4e4516b66f0d Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Mon, 7 Oct 2024 12:14:09 +0800 Subject: [PATCH] Bump version to v3.4.0.beta2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 725fecc209e..18c6d19f62f 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.4.0.beta2-dev" + STRING = "3.4.0.beta2" PARTS = STRING.split(".") private_constant :PARTS