Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
bench: 3948026
  • Loading branch information
connormcmonigle committed Dec 3, 2021
1 parent 18f4cba commit e4f9483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace version {
constexpr std::string_view engine_name = "Seer";
constexpr std::string_view author_name = "Connor McMonigle";
constexpr size_t major = 2;
constexpr size_t minor = 3;
constexpr size_t patch = 1;
constexpr size_t minor = 4;
constexpr size_t patch = 0;

} // namespace version

0 comments on commit e4f9483

Please sign in to comment.