Skip to content

Commit

Permalink
发版
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Aug 7, 2024
1 parent 4efeba2 commit 85ae862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arknights_mower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from pathlib import Path

__version__ = "2024.05.1"
__version__ = "2024.05.2"

# Use sys.frozen to check if run through pyinstaller frozen exe, and sys._MEIPASS to get temp path.
if getattr(sys, "frozen", False) and hasattr(sys, "_MEIPASS"):
Expand Down

0 comments on commit 85ae862

Please sign in to comment.