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

* Bump version to v3.2.0.beta4
* Bump version to v3.2.0.beta5-dev
This commit is contained in:
Isaac Janzen 2024-01-08 10:07:33 -07:00 committed by GitHub
parent c9d9bdfbd1
commit ab0fea3f42
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.beta4-dev"
STRING = "3.2.0.beta5-dev"
PARTS = STRING.split(".")
private_constant :PARTS