Bump version to v3.4.0

This commit is contained in:
Roman Rizzi
2025-02-04 13:51:15 -03:00
parent 216662eb90
commit 4abee26a32

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