From 46f0c898e0a4d1b3bdef5c577e30ba52092ceb4c Mon Sep 17 00:00:00 2001 From: chardub Date: Mon, 17 Mar 2025 10:41:09 -0400 Subject: [PATCH] increments 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 33ad3035f..f0fd87f8f 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.5' - GAME_VERSION_NUMBER = "6.5.0" + GAME_VERSION = '6.5.1' + GAME_VERSION_NUMBER = "6.5.1" LATEST_GAME_RELEASE = "6.5" POKERADAR_LIGHT_ANIMATION_RED_ID = 17