mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +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:
parent
db10dd5319
commit
689d2754f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user