Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishimura-Katsuo committed Sep 23, 2020
1 parent 7efe264 commit a69b542
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 @@ -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.0";
const std::wstring version = L"Charon v1.2.1";
extern GameOutput gamelog;

namespace D2 {
Expand Down

0 comments on commit a69b542

Please sign in to comment.