Updates version number

This commit is contained in:
infinitefusion
2024-12-30 15:59:49 -05:00
parent 6a3b607690
commit 39d3c159b1

View File

@@ -5,8 +5,8 @@
#==============================================================================# #==============================================================================#
module Settings module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '6.4.3' GAME_VERSION = '6.4.4'
GAME_VERSION_NUMBER = "6.4.3" GAME_VERSION_NUMBER = "6.4.4"
LATEST_GAME_RELEASE = "6.4" LATEST_GAME_RELEASE = "6.4"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_RED_ID = 17