From de38eb99b6583c8358df9d303f0f9c980691cc28 Mon Sep 17 00:00:00 2001 From: Nishimura-Katsuo <38635886+Nishimura-Katsuo@users.noreply.github.com> Date: Fri, 11 Sep 2020 00:07:05 -0600 Subject: [PATCH] Updated version to v1.1.1 --- headers/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/common.h b/headers/common.h index f3ccd7b..a8cd9bd 100644 --- a/headers/common.h +++ b/headers/common.h @@ -21,7 +21,7 @@ class GameOutput : public std::wostream { std::wstring COLOR(BYTE color); const DWORD DEFAULT_FONT = 1; -const std::wstring version = L"Charon v1.1.0"; +const std::wstring version = L"Charon v1.1.1"; extern GameOutput gamelog; namespace D2 {