Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB9 committed Jul 26, 2023
1 parent d21c511 commit 3ea5aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import requests
import json

currentVersion = "v3.1.0"
currentVersion = "v3.1.1"
repo = "https://api.github.com/repos/0xB9/MyBBscan/releases/latest"

response = requests.get(repo)
Expand Down

0 comments on commit 3ea5aa1

Please sign in to comment.