Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanniSec committed Feb 8, 2024
1 parent 58fea39 commit 91abff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/version_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class VersionHandler:
"""Handle BetterCinema Version and updates"""
def __init__(self):
self.version = "v1.2.3"
self.version = "v1.2.3a"
url = "https://api.github.com/repos/Seraphim-Solutions/bettercinema/releases/latest"
self.response = requests.get(url, timeout=10).json()

Expand Down

0 comments on commit 91abff9

Please sign in to comment.