Bump version to v3.3.0.beta5

This commit is contained in:
Nat 2024-07-30 14:35:56 +08:00
parent 188cb58daa
commit f4cbf025b5
No known key found for this signature in database
GPG Key ID: 4938B35D927EC773

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.3.0.beta5-dev"
STRING = "3.3.0.beta5"
PARTS = STRING.split(".")
private_constant :PARTS