Bump version to v3.3.0.beta4

This commit is contained in:
Nat
2024-07-15 20:30:14 +08:00
parent 7b53e610c1
commit c9e24eca39

View File

@ -7,7 +7,7 @@ module Discourse
unless defined?(::Discourse::VERSION) unless defined?(::Discourse::VERSION)
module VERSION #:nodoc: module VERSION #:nodoc:
# Use the `version_bump:*` rake tasks to update this value # Use the `version_bump:*` rake tasks to update this value
STRING = "3.3.0.beta4-dev" STRING = "3.3.0.beta4"
PARTS = STRING.split(".") PARTS = STRING.split(".")
private_constant :PARTS private_constant :PARTS