Bump version to v3.5.0.beta6-dev

This commit is contained in:
Alan Guo Xiang Tan
2025-05-28 12:34:15 +08:00
parent 0db6f59383
commit f99c17d52b

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.beta5"
STRING = "3.5.0.beta6-dev"
PARTS = STRING.split(".")
private_constant :PARTS