Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
connormcmonigle committed Aug 12, 2021
1 parent 8229d4b commit 4ef7195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = 2;
constexpr size_t minor = 3;
constexpr size_t patch = 0;

} // namespace version

0 comments on commit 4ef7195

Please sign in to comment.