Bump version to v3.5.0.beta4-dev

This commit is contained in:
Alan Guo Xiang Tan
2025-04-29 12:26:54 +08:00
parent bb5d5b9f83
commit cde16697cd

View File

@ -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.5.0.beta3"
STRING = "3.5.0.beta4-dev"
PARTS = STRING.split(".")
private_constant :PARTS