6.6.1 patch

This commit is contained in:
chardub
2025-06-10 12:45:27 -04:00
parent 4ba51c7473
commit 3e6e955070
20 changed files with 58 additions and 42 deletions

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.6.0'
GAME_VERSION_NUMBER = "6.6.0"
GAME_VERSION = '6.6.1'
GAME_VERSION_NUMBER = "6.6.1"
LATEST_GAME_RELEASE = "6.6"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17