diff options
author | Valery Piashchynski <[email protected]> | 2023-03-15 15:51:50 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-15 15:51:50 +0100 |
commit | 629e207ba0763ccf1ebe9c4431310b5a453889ad (patch) | |
tree | 661550348b661018c7ae258662b874a98c3bf67e /schemas | |
parent | e0b36b72eaf09ad5f55acef161f946cff4a8820e (diff) |
feature: update rr config version
Signed-off-by: Valery Piashchynski <[email protected]>
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": { |