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 80ea6f1 commit 8d7f236
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.1";
const std::wstring version = L"Charon v1.2.2";
extern GameOutput gamelog;

namespace D2 {
Expand Down

0 comments on commit 8d7f236

Please sign in to comment.