updates patch version number

This commit is contained in:
infinitefusion
2024-06-29 14:15:43 -04:00
parent 14d1988f40
commit 1ef1ca15d9

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.2.0' GAME_VERSION = '6.2.1'
GAME_VERSION_NUMBER = "6.2.0" GAME_VERSION_NUMBER = "6.2.1"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_RED_ID = 17
POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18