diff --git a/src/game/version.h b/src/game/version.h index f25b3cd70..3b8c54a20 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -7,5 +7,5 @@ #define GAME_NETVERSION "0.7 802f1be60a05665f" #define CLIENT_VERSION 0x0703 static const char GAME_RELEASE_VERSION[8] = "0.7.3.1"; -#define CATCH_VERSION "1.0.5" +#define CATCH_VERSION "1.0.6" #endif