diff --git a/bulls-and-cows-cpp/CGame.h b/bulls-and-cows-cpp/CGame.h index 90e3b17..a171d27 100644 --- a/bulls-and-cows-cpp/CGame.h +++ b/bulls-and-cows-cpp/CGame.h @@ -4,7 +4,7 @@ #include "CStep.h" #include -#define VERSION 0.1 +#define VERSION 0.2 class CGame {