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 7, 2022
1 parent 17d3f39 commit f402bce
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 = 2;
constexpr size_t kVersionPatch = 2;
constexpr size_t kVersionMinor = 3;
constexpr size_t kVersionPatch = 0;

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

0 comments on commit f402bce

Please sign in to comment.