From 20481abefcd025fec5f7c586aacc9354bdad94ec Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 1 Aug 2023 09:50:46 +0100 Subject: [PATCH] Bump version to v3.2.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 c32cadfccff..538ef963719 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -7,7 +7,7 @@ module Discourse # work around reloader unless defined?(::Discourse::VERSION) module VERSION #:nodoc: - STRING = "3.1.0.beta8" + STRING = "3.2.0.beta1-dev" PARTS = STRING.split(".") private_constant :PARTS