From 9106833a9d8263a29fc4a4d00ba709cf9cc0cf6d Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Tue, 11 Jul 2023 20:10:41 -0400 Subject: [PATCH] updates game version to 5.3.0.6 --- Data/Scripts/001_Settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 700126d63..75cbf25aa 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -6,7 +6,7 @@ module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. GAME_VERSION = '5.0.0' - GAME_VERSION_NUMBER = "5.3.0.5" + GAME_VERSION_NUMBER = "5.3.0.6" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18