Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
bench: 4148985
  • Loading branch information
connormcmonigle committed Dec 31, 2023
1 parent 960a512 commit f9b341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/engine/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ constexpr std::string_view engine_name = "Seer";
constexpr std::string_view author_name = "Connor McMonigle";

constexpr std::size_t major = 2;
constexpr std::size_t minor = 7;
constexpr std::size_t minor = 8;
constexpr std::size_t patch = 0;

} // namespace engine::version

0 comments on commit f9b341e

Please sign in to comment.