Bump version to v3.4.0.beta3-dev

This commit is contained in:
Alan Guo Xiang Tan 2024-10-07 12:14:10 +08:00
parent 9cfe725b37
commit 4ba8d3b76b
No known key found for this signature in database
GPG Key ID: 286D2AB58F8C86B6

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