From bdd2c6d33936ba0bb7ce9da8186d2ded2db976e2 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 15 Jul 2022 15:50:06 +0800 Subject: [PATCH] Update config_api.py --- 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 6b3fe5686..e47f865a2 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -17,7 +17,7 @@ class config_api: # 进行中. # 兼容主流Linux系统 - __version = '0.8.6.8' + __version = '0.8.6.9' def __init__(self): pass