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 {