DEV: Bump the version to 3.3.0.beta2-dev (#26499)

This was accidentally omitted during the beta1 release process
This commit is contained in:
Gerhard Schlager 2024-04-03 23:08:04 +02:00 committed by GitHub
parent db10dd5319
commit 689d2754f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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