Bump version to v3.4.0.beta2

This commit is contained in:
Alan Guo Xiang Tan
2024-10-07 12:14:09 +08:00
parent 92ac6be82a
commit 9cfe725b37

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