From 1ca747f8f3cac8aa8da9fad81566eadba2e6993d Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Thu, 27 Jun 2019 23:34:31 +1000 Subject: [PATCH] 1.0.5 beta --- src/Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.h b/src/Constants.h index bde4cbb00..a707524b0 100644 --- a/src/Constants.h +++ b/src/Constants.h @@ -5,7 +5,7 @@ */ #define GAME_MAX_CMDARGS 5 -#define GAME_APP_VER "1.0.4" +#define GAME_APP_VER "1.0.5" #define GAME_API_VER 1 #ifdef CC_BUILD_WEB