diff --git a/source/common/core/EngineConfig.hpp b/source/common/core/EngineConfig.hpp index 9faf441b..2304150b 100644 --- a/source/common/core/EngineConfig.hpp +++ b/source/common/core/EngineConfig.hpp @@ -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;