Bump version to v3.4.0.beta1-dev

This commit is contained in:
Nat
2024-07-30 15:35:33 +08:00
parent a4bfe8adb4
commit b29f49be97

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