Bump version to v3.3.0.beta2

This commit is contained in:
Jan Cernik
2024-05-15 12:24:11 -03:00
parent 24c55d6797
commit c723c126f2

View File

@@ -8,7 +8,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.beta2-dev" STRING = "3.3.0.beta2"
PARTS = STRING.split(".") PARTS = STRING.split(".")
private_constant :PARTS private_constant :PARTS