From 8d7f236e451e832feedd8e3e7d1049b1ca99fbcb Mon Sep 17 00:00:00 2001 From: Nishimura-Katsuo <38635886+Nishimura-Katsuo@users.noreply.github.com> Date: Wed, 23 Sep 2020 07:55:14 -0600 Subject: [PATCH] Updated version --- headers/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/common.h b/headers/common.h index 8fa7273..258f03e 100644 --- a/headers/common.h +++ b/headers/common.h @@ -27,7 +27,7 @@ class GameOutput : public std::wostream { std::wstring COLOR(BYTE color); const DWORD DEFAULT_FONT = 1; -const std::wstring version = L"Charon v1.2.1"; +const std::wstring version = L"Charon v1.2.2"; extern GameOutput gamelog; namespace D2 {