increments version number

This commit is contained in:
infinitefusion
2024-04-02 10:43:34 -04:00
parent e0fa62a4b8
commit 67988d56db

View File

@@ -6,7 +6,7 @@
module Settings module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '6.1.0' 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_RED_ID = 17
POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18