From 67988d56dbe257b384a97eee79a703527f65bd20 Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Tue, 2 Apr 2024 10:43:34 -0400 Subject: [PATCH] increments 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 361e086b2..67f380c1e 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.2" + GAME_VERSION_NUMBER = "6.1.3" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18