Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
connormcmonigle committed Jul 14, 2021
1 parent 5cdf5d3 commit 7f2b8f3
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 = 0;
constexpr size_t patch = 1;
constexpr size_t minor = 1;
constexpr size_t patch = 0;

} // namespace version

0 comments on commit 7f2b8f3

Please sign in to comment.