Skip to content

Commit

Permalink
fix: バージョン番号を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Aug 1, 2021
1 parent 6fa5c50 commit 4f51d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2021-08-01

- v2.0.4 リリース
- v2.1.0 リリース
- デバッグウィンドウの位置・サイズの調整が改善されました。(#109; thanks @skymonsters-Ks)

## 2020-04-25
Expand Down
2 changes: 1 addition & 1 deletion src/knowbug_dll/knowbug_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static constexpr auto MEMORY_BUFFER_SIZE = std::size_t{ 1024 * 1024 };
// バージョン
// -----------------------------------------------

static constexpr auto KNOWBUG_VERSION = u8"v2.0.4";
static constexpr auto KNOWBUG_VERSION = u8"v2.1.0";

#ifdef _M_X64
static constexpr auto KNOWBUG_PLATFORM_SUFFIX = u8" (x64)";
Expand Down

0 comments on commit 4f51d6b

Please sign in to comment.