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