Skip to content

Commit

Permalink
Updated version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishimura-Katsuo committed Sep 11, 2020
1 parent 89267ee commit de38eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit de38eb9

Please sign in to comment.