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
No known key found for this signature in database
GPG Key ID: 286D2AB58F8C86B6
1 changed files with 1 additions and 1 deletions

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