From d02289dc5cb9a0c7331a97f33118b7f8eb18f011 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Sat, 20 Apr 2024 11:42:32 -0400 Subject: [PATCH] updates version number to 6.1.4 --- 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 67f380c1e..a6bcb0e4d 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.1.0' - GAME_VERSION_NUMBER = "6.1.3" + GAME_VERSION_NUMBER = "6.1.4" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18