From b93bd17364c31b0e1b9e876d336a36bda1477a1e Mon Sep 17 00:00:00 2001 From: localhosts-A Date: Sun, 5 Feb 2023 08:19:27 +0800 Subject: [PATCH] fix:Fixed configuration file version issue --- include/schema/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/schema/config.json b/include/schema/config.json index b558d7b9e..6237758f5 100644 --- a/include/schema/config.json +++ b/include/schema/config.json @@ -7,7 +7,7 @@ "version": { "type": "string", "description": "Version of the configuration file", - "default": "5.0.0" + "default": "5.1.0" }, "variant": { "type": "string",