i^dates version number

This commit is contained in:
chardub
2026-07-10 17:09:32 -04:00
parent 3014d486a1
commit d3f378b833
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
#==============================================================================#
module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION_NUMBER = "6.8.0"
LATEST_GAME_RELEASE = "6.6"
GAME_VERSION_NUMBER = "6.8.1"
LATEST_GAME_RELEASE = "6.8"
HOENN_VERSION_NUMBER = "1.1.0"
HOENN_LATEST_GAME_RELEASE = "1.1.0"