Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
WingedSeal committed Nov 9, 2022
1 parent 913048a commit d87b0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jmc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .terminal.utils import RestartException, handle_exception
from .terminal import GlobalData, Colors, handle_exception, start

VERSION = 'v1.2.5'
VERSION = 'v1.2.6'
CONFIG_FILE_NAME = 'jmc_config.json'
GlobalData().init(VERSION, CONFIG_FILE_NAME)

Expand Down

0 comments on commit d87b0f8

Please sign in to comment.