updates version number to 6.1.4

This commit is contained in:
infinitefusion
2024-04-20 11:42:32 -04:00
parent 503cd1c5bb
commit d02289dc5c

View File

@@ -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