diff --git a/src/Version.hpp b/src/Version.hpp index da004f8..b048119 100644 --- a/src/Version.hpp +++ b/src/Version.hpp @@ -4,6 +4,6 @@ #define ENGINE_VERSION_MAJOR 0 #define ENGINE_VERSION_MINOR 3 -#define ENGINE_VERSION_PATCH 1 +#define ENGINE_VERSION_PATCH 2 #define ENGINE_VERSION_STRING fmt::format("v{}.{}.{}", ENGINE_VERSION_MAJOR, ENGINE_VERSION_MINOR, ENGINE_VERSION_PATCH) \ No newline at end of file