From 38377b703e5f925c73c14b4b0c5a1771c499162f Mon Sep 17 00:00:00 2001 From: chardub Date: Fri, 7 Feb 2025 22:29:12 -0500 Subject: [PATCH] updates version number --- 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 372368e03..35d1fd8f4 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 = '6.4.6' - GAME_VERSION_NUMBER = "6.4.6" + GAME_VERSION_NUMBER = "6.4.7" LATEST_GAME_RELEASE = "6.4" POKERADAR_LIGHT_ANIMATION_RED_ID = 17