mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 04:58:09 +08:00
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:
@ -7,7 +7,7 @@ module Discourse
|
||||
# work around reloader
|
||||
unless defined?(::Discourse::VERSION)
|
||||
module VERSION #:nodoc:
|
||||
STRING = "3.3.0.beta1"
|
||||
STRING = "3.3.0.beta2-dev"
|
||||
|
||||
PARTS = STRING.split(".")
|
||||
private_constant :PARTS
|
||||
|
Reference in New Issue
Block a user