diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 3b9343b4b..529dc6873 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 = '5.0.0' - GAME_VERSION_NUMBER = "5.1.3.3" + GAME_VERSION_NUMBER = "5.1.3.4" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/VERSION b/Data/VERSION index 05de3c7ee..f666c68c6 100644 --- a/Data/VERSION +++ b/Data/VERSION @@ -1 +1 @@ -5.1.3.3 \ No newline at end of file +5.1.3.4 \ No newline at end of file