Skip to content

Commit

Permalink
Bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CGLemon committed Jun 17, 2023
1 parent e3aab6f commit 050c922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const std::vector<std::string> kSanketsuGirl = { // 酸欠少女

constexpr bool kDevVersion = false;
constexpr size_t kVersionMajor = 0;
constexpr size_t kVersionMinor = 4;
constexpr size_t kVersionPatch = 1;
constexpr size_t kVersionMinor = 5;
constexpr size_t kVersionPatch = 0;

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

0 comments on commit 050c922

Please sign in to comment.