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

Commit a47021d

Browse files
committed
1.0.3.9
- wrong tag
1 parent 5018e56 commit a47021d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sirsquirrel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
def update():
1717
r = requests.get("https://api.github.com/repos/Samsterr/SirSquirrelAssistant/releases/latest")
18-
tag = "1.0.3.8"
18+
tag = "1.0.3.9"
1919
r_tag = r.json()["tag_name"]
2020
if r_tag != tag:
2121
print("A New Version is Available! Downloading it to your current folder")

0 commit comments

Comments
 (0)