diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index 858a75706..67a552608 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.2" + GAME_VERSION_NUMBER = "5.1.3.3" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/VERSION b/Data/VERSION new file mode 100644 index 000000000..05de3c7ee --- /dev/null +++ b/Data/VERSION @@ -0,0 +1 @@ +5.1.3.3 \ No newline at end of file