From 0a94cbd3ab1cf25d8105d81573216a018387e93c Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:05:16 +0800 Subject: [PATCH] Update config.py --- type/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/type/config.py b/type/config.py index 6d7fa43..c5a2a60 100644 --- a/type/config.py +++ b/type/config.py @@ -1,4 +1,4 @@ -VERSION = '3.3.8' +VERSION = '3.3.9' DEFAULT_CONFIG = { "qqbot": { @@ -72,4 +72,4 @@ "ws_reverse_host": "", "ws_reverse_port": 0, } -} \ No newline at end of file +}