Bump version to v3.4.0.beta4-dev

This commit is contained in:
= 2024-12-19 13:22:05 -03:00
parent bc4ab613ce
commit 6cd964306f
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.beta3"
STRING = "3.4.0.beta4-dev"
PARTS = STRING.split(".")
private_constant :PARTS