Bump version to v3.3.0.beta1-dev

This commit is contained in:
Isaac Janzen 2024-01-30 10:37:25 -07:00
parent b2b1e721b5
commit a4022f69f3
No known key found for this signature in database
GPG Key ID: D75AF9C21FD8EBCD
1 changed files with 1 additions and 1 deletions

View File

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