From 3c432cf94f9c8763ccc89295c79f12be5dc6b506 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 5 Nov 2023 18:46:38 +0100 Subject: [PATCH] Bump version to 007 --- src/game/client/components/chillerbot/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/client/components/chillerbot/version.h b/src/game/client/components/chillerbot/version.h index 8ed017b8442..1d88b223b25 100644 --- a/src/game/client/components/chillerbot/version.h +++ b/src/game/client/components/chillerbot/version.h @@ -2,7 +2,7 @@ #define GAME_CLIENT_COMPONENTS_CHILLERBOT_VERSION_H #define CHILLERBOT_BUILD_DATE __DATE__ ", " __TIME__ -#define CHILLERBOT_VERSIONNR 006 -#define CHILLERBOT_VERSION "0.0.6" +#define CHILLERBOT_VERSIONNR 007 +#define CHILLERBOT_VERSION "0.0.7" #endif