Skip to content

Commit

Permalink
Updated version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishimura-Katsuo committed Sep 10, 2020
1 parent 429c503 commit fcddd97
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.00";
const std::wstring version = L"Charon v1.1.0";
extern GameOutput gamelog;

namespace D2 {
Expand Down

0 comments on commit fcddd97

Please sign in to comment.