From af8a0692431b61f4079a0544379a7a237233b212 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Tue, 22 Jan 2019 15:40:03 -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 6563c57..73c27be 100644 --- a/include/text.h +++ b/include/text.h @@ -1,6 +1,6 @@ #pragma once -#define CURRENT_VERSION "1.0.2" +#define CURRENT_VERSION "1.1.0" inline auto ATTACH = u8"Attach to game"; inline auto LAUNCH = u8"Launch game";