Increase version number to 1.0.1-dev. (#218)

* Increase version number to 1.0.1-dev.

* Change to 1.0.1
This commit is contained in:
Darío
2026-01-29 20:36:34 -03:00
committed by GitHub
parent f82b014a2b
commit 73a8aa9918
+1 -1
View File
@@ -64,7 +64,7 @@
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
const std::string version_string = "1.0.0";
const std::string version_string = "1.0.1";
template<typename... Ts>
void exit_error(const char* str, Ts ...args) {