Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 6f7316d

Browse files
committed
🎨 update version
1 parent 03f188a commit 6f7316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from utils.cron import *
66
from typing import Callable, Any, Union, Coroutine, Optional
77

8-
__version__ = "3.6.11" # 项目版本号
8+
__version__ = "3.6.12" # 项目版本号
99
HOME_DIR = getcwd()
1010
DEFAULT_UA = f"fulltclash/{__version__}" # 默认请求头
1111
__all__ = [

0 commit comments

Comments
 (0)