We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6540e1d commit 06763f7Copy full SHA for 06763f7
checkpoint.py
@@ -35,7 +35,7 @@
35
DISABLE_AUTO_UPDATER = os.getenv('DISABLE_AUTO_UPDATER', 'false').lower() in ('true', '1', 'yes')
36
37
# Aktuelle Skript-Version
38
-__version__ = '3.6.4'
+__version__ = '3.6.5'
39
40
GITHUB_API_URL = 'https://api.github.com/repos/hackletloose/hall-checkpoint-client/releases/latest'
41
0 commit comments