Skip to content

Commit

Permalink
feat: update 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudaotor committed May 2, 2023
1 parent b84e53d commit b7803a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EsportsHelper/VersionManager.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from traceback import format_exc, print_exc
from traceback import format_exc

import requests as req
from EsportsHelper.Logger import log
from rich import print


class VersionManager:
CURRENT_VERSION = "1.6.0"
CURRENT_VERSION = "1.6.1"

@staticmethod
def getLatestTag():
Expand Down

0 comments on commit b7803a3

Please sign in to comment.