From e463bc9a67ac2510ef8cc15d29c09aff43543baa Mon Sep 17 00:00:00 2001 From: Isaac Janzen <50783505+janzenisaac@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:24:04 -0700 Subject: [PATCH] Revert "DEV: Version bumps for main: v3.2.0.beta4, v3.2.0.beta5-dev (#25168)" (#25169) This reverts commit ab0fea3f427363682707e58f13720a27632a7748. --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index ca60280e0a4..71500106aeb 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.2.0.beta5-dev" + STRING = "3.2.0.beta4-dev" PARTS = STRING.split(".") private_constant :PARTS