Bump version to v3.4.0.beta4

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

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