From 1ad11de98efa0a1fe035b5ebb2f2d070b0c0ed0f Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 18 Oct 2023 23:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class/core/config_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/config_api.py b/class/core/config_api.py index f60021c7a..1bd10db68 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -27,7 +27,7 @@ from flask import request class config_api: - __version = '0.16.1.5' + __version = '0.16.1.6' __api_addr = 'data/api.json' def __init__(self):