Bump version to v3.4.0.beta2-dev

This commit is contained in:
Penar Musaraj 2024-08-27 10:54:25 -04:00
parent 85abac4230
commit f405c021eb
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
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.beta1"
STRING = "3.4.0.beta2-dev"
PARTS = STRING.split(".")
private_constant :PARTS