diff --git a/src/game/client/components/chillerbot/version.h b/src/game/client/components/chillerbot/version.h index 0983f87bf15..8ed017b8442 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 005 -#define CHILLERBOT_VERSION "0.0.5" +#define CHILLERBOT_VERSIONNR 006 +#define CHILLERBOT_VERSION "0.0.6" #endif