Skip to content

Commit

Permalink
fix[major] - fixed not full v0.25-alpha transition
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Dec 22, 2024
1 parent c4df5fb commit fb1956e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion credits.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to Bane Of Wargs!
version 0.24-alpha
version 0.25-alpha

The player's manual and other
resources are available at:
Expand Down
1 change: 1 addition & 0 deletions source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
check_yaml.examine(program_dir + '/preferences.yaml')
text_handling.clear_prompt()
text_handling.print_title(preferences)
cout(COLOR_GREEN + COLOR_STYLE_BRIGHT + "Current version: " + COLOR_RESET_ALL + "v" + str(SOURCE_CODE_VERSION))

options = ['Play Game', 'Manage Saves', 'Preferences', 'Gameplay Guide', 'Check Logs', 'Credits', 'Quit']
choice = terminal_handling.show_menu(options)
Expand Down

0 comments on commit fb1956e

Please sign in to comment.