From 0a8762616999d3c2536a4ecbcf951f4a8a7c429d Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Thu, 4 Feb 2021 00:27:10 +0600 Subject: [PATCH] Inc build number --- src/MenuInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MenuInfo.h b/src/MenuInfo.h index 6d3aaea..39db292 100644 --- a/src/MenuInfo.h +++ b/src/MenuInfo.h @@ -1,5 +1,5 @@ #pragma once #define MENU_NAME "Cheat Menu" #define MENU_VERSION "2.6-beta" -#define BUILD_NUMBER "20210129" +#define BUILD_NUMBER "20210204" #define MENU_TITLE MENU_NAME " v" MENU_VERSION "(" BUILD_NUMBER ")" \ No newline at end of file