Skip to content

Commit

Permalink
[EngineConfig] Bump version to 0.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed Oct 29, 2023
1 parent 15fd3f4 commit b1f0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/core/EngineConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace {

constexpr unsigned char VERSION_MAJOR = 0;
constexpr unsigned char VERSION_MINOR = 0;
constexpr unsigned char VERSION_PATCH = 10;
constexpr unsigned char VERSION_PATCH = 11;
constexpr const char *VERSION_SUFFIX = "";

constexpr float DIST_NEAR = 0.1f;
Expand Down

0 comments on commit b1f0c70

Please sign in to comment.