Skip to content

Commit

Permalink
Bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CGLemon committed Nov 11, 2023
1 parent d2f8d41 commit 7b145fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const std::vector<std::string> kSanketsuGirl = { // 酸欠少女
constexpr bool kDevVersion = false;
constexpr size_t kVersionMajor = 0;
constexpr size_t kVersionMinor = 6;
constexpr size_t kVersionPatch = 0;
constexpr size_t kVersionPatch = 1;

std::string GetProgramName() {
return kProgram;
Expand Down

0 comments on commit 7b145fd

Please sign in to comment.