diff --git a/.version.BOW b/.version.BOW index 6772a34..bc65640 100644 --- a/.version.BOW +++ b/.version.BOW @@ -1 +1 @@ -0.24-alpha +0.25-alpha diff --git a/source/main.py b/source/main.py index 62355d4..4d33d00 100644 --- a/source/main.py +++ b/source/main.py @@ -73,7 +73,7 @@ program_dir = str(appdirs.user_config_dir(appname='Bane-Of-Wargs')) first_start = False if not os.path.exists(program_dir): - GAME_DATA_VERSION = 0.24 + GAME_DATA_VERSION = 0.25 os.mkdir(program_dir) # Open default config file and store the text into # a variable to write it into the user config file @@ -126,7 +126,7 @@ logger_sys.log_message("INFO: Checking if game source code is up to date") global latest_version latest_version = None # placeholder -SOURCE_CODE_VERSION = 0.24 +SOURCE_CODE_VERSION = 0.25 latest_main_class = io.StringIO(data_handling.temporary_git_file_download( 'source/main.py', 'https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs.git' )).readlines()