Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
iholston committed Dec 3, 2023
1 parent 60e5cee commit d7cbaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lolbot/bot/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from lolbot.common import api
from lolbot.common import utils
from lolbot.common.config import Constants, ConfigRW
from lolbot.common.config import ConfigRW


class LauncherError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion lolbot/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Constants:
ICON_PATH = 'lolbot/resources/images/a.ico'

# Other
VERSION = '2.1.3'
VERSION = '2.2.0'

@staticmethod
def create_dirs():
Expand Down

0 comments on commit d7cbaf1

Please sign in to comment.