updates version number

This commit is contained in:
infinitefusion
2024-12-25 14:20:35 -05:00
parent c473e6ee72
commit c03fc60c05

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 = '6.4.2'
GAME_VERSION_NUMBER = "6.4.2"
GAME_VERSION = '6.4.3'
GAME_VERSION_NUMBER = "6.4.3"
LATEST_GAME_RELEASE = "6.4"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17