From b29f49be97d8ed81dec945b3f4ecee993e8aa434 Mon Sep 17 00:00:00 2001 From: Nat Date: Tue, 30 Jul 2024 15:35:33 +0800 Subject: [PATCH] Bump version to v3.4.0.beta1-dev --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index b47e1f126c0..a6db54a68da 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.0.beta6" + STRING = "3.4.0.beta1-dev" PARTS = STRING.split(".") private_constant :PARTS