Bump version to v3.5.0.beta7-dev

This commit is contained in:
Alan Guo Xiang Tan
2025-06-09 12:19:57 +08:00
parent 189e1361e1
commit b1d4db17e3

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