Skip to content

Commit

Permalink
Bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CGLemon committed Sep 26, 2022
1 parent cac4e6e commit 2308cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const std::vector<std::string> kSanketsuGirl = { // 酸欠少女
"Nejiko" // 11. ~
};

constexpr bool kDevVersion = true;
constexpr bool kDevVersion = false;
constexpr size_t kVersionMajor = 0;
constexpr size_t kVersionMinor = 1;
constexpr size_t kVersionPatch = 1;
constexpr size_t kVersionMinor = 2;
constexpr size_t kVersionPatch = 0;

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

0 comments on commit 2308cc1

Please sign in to comment.