From 1ef1ca15d99d62c8bb2b1e54a6caca0e3026d9cc Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Sat, 29 Jun 2024 14:15:43 -0400 Subject: [PATCH] updates patch 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 b2ac6109c..71ba7878c 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.2.0' - GAME_VERSION_NUMBER = "6.2.0" + GAME_VERSION = '6.2.1' + GAME_VERSION_NUMBER = "6.2.1" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18