Bump version to v3.5.0.beta1-dev

This commit is contained in:
Roman Rizzi
2025-02-04 13:49:16 -03:00
parent 76e7f12a6d
commit ee33535013

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