diff --git a/src/main.cpp b/src/main.cpp index 22e9b0a..1ba3a02 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ const float Z_NEAR = 0.1f; bool WIREFRAME_MODE = !true; const float FOV = 110.0f; -const std::string VERSION = "0.9.0"; +const std::string VERSION = "0.9.1"; const int VIEW_DISTANCE = 4;