From a4e7359d8395e257462655d94859fbc3cc563ced Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Thu, 24 Jan 2019 09:07:24 -0500 Subject: [PATCH] update version --- include/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.h b/include/text.h index 7d61bf9..a24d501 100644 --- a/include/text.h +++ b/include/text.h @@ -1,6 +1,6 @@ #pragma once -#define CURRENT_VERSION "1.1.0" +#define CURRENT_VERSION "1.2.0" inline auto ATTACH = u8"Attach to game"; inline auto LAUNCH = u8"Launch game";