Version bump

This commit is contained in:
LoafyLemon 2022-12-23 17:03:53 +00:00
parent 8994c77109
commit bdd654a806
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ define config.developer = "auto"
define config.console = True
# Game version and naming
define config.version = "1.44.1"
define config.version = "1.44.2"
define compatible_version = 1.43
define config.name = "Witch Trainer Silver"

View File

@ -123,6 +123,7 @@ init python:
char.rebuild()
if current <= 1.441:
fix_return_stack()
if current > latest: