Revert "DEV: Version bumps for main: v3.2.0.beta4, v3.2.0.beta5-dev (#25168)" (#25169)

This reverts commit ab0fea3f427363682707e58f13720a27632a7748.
This commit is contained in:
Isaac Janzen 2024-01-08 10:24:04 -07:00 committed by GitHub
parent ab0fea3f42
commit e463bc9a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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