Skip to content

Commit

Permalink
🎨 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Jun 14, 2024
1 parent 03f188a commit 6f7316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from utils.cron import *
from typing import Callable, Any, Union, Coroutine, Optional

__version__ = "3.6.11" # 项目版本号
__version__ = "3.6.12" # 项目版本号
HOME_DIR = getcwd()
DEFAULT_UA = f"fulltclash/{__version__}" # 默认请求头
__all__ = [
Expand Down

0 comments on commit 6f7316d

Please sign in to comment.