mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 03:13:39 +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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user