From 3dff59b21721c4c836b408c4915e946ab1fadc01 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 1 Aug 2022 11:06:54 +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 ef4d50c59..5c5b49dd5 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.12' + __version = '0.8.6.13' def __init__(self): pass