From 4d74cc7943c43b0eff5c3622eab4dcb32a477d63 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Tue, 14 Nov 2023 20:30:23 -0500 Subject: [PATCH] Updates patch version number to 6.0.2 --- 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 78adfe2e0..01616c6bd 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 = "6.0.1" + GAME_VERSION_NUMBER = "6.0.2" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18