diff options
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/config/2.0.schema.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 6a866b6b..f09fa657 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -9,9 +9,10 @@ "version": { "description": "configuration version", "type": "string", - "default": "2.7", + "default": "3", "enum": [ - "2.7" + "2.7", + "3" ] }, "centrifuge": { |