From ba43d72188fbca3dd6feb66268481d33fb52c071 Mon Sep 17 00:00:00 2001 From: W0LF Date: Fri, 30 Jun 2023 20:35:46 +0300 Subject: [PATCH] Version 0.2 --- bulls-and-cows-cpp/CGame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {