Bump version to v3.5.0.beta3

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

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