Bump version to v3.3.0.beta3-dev

This commit is contained in:
Jan Cernik 2024-05-15 12:24:11 -03:00
parent c723c126f2
commit fb63ddd7d2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Discourse
unless defined?(::Discourse::VERSION)
module VERSION #:nodoc:
# Use the `version_bump:*` rake tasks to update this value
STRING = "3.3.0.beta2"
STRING = "3.3.0.beta3-dev"
PARTS = STRING.split(".")
private_constant :PARTS