Bump version to v3.3.0.beta1

This commit is contained in:
Nat 2024-03-15 15:01:58 +08:00
parent b425fbc2a2
commit ad7e3e04f3
No known key found for this signature in database
GPG Key ID: 4938B35D927EC773

View File

@ -7,7 +7,7 @@ module Discourse
# work around reloader # work around reloader
unless defined?(::Discourse::VERSION) unless defined?(::Discourse::VERSION)
module VERSION #:nodoc: module VERSION #:nodoc:
STRING = "3.3.0.beta1-dev" STRING = "3.3.0.beta1"
PARTS = STRING.split(".") PARTS = STRING.split(".")
private_constant :PARTS private_constant :PARTS