From 39d3c159b130df722903956c4e0268dc0b852bbe Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Mon, 30 Dec 2024 15:59:49 -0500 Subject: [PATCH] Updates version number --- Data/Scripts/001_Settings.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 1b96a0e32..1bc1cce1f 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -5,8 +5,8 @@ #==============================================================================# module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. - GAME_VERSION = '6.4.3' - GAME_VERSION_NUMBER = "6.4.3" + GAME_VERSION = '6.4.4' + GAME_VERSION_NUMBER = "6.4.4" LATEST_GAME_RELEASE = "6.4" POKERADAR_LIGHT_ANIMATION_RED_ID = 17