From 6b9d0e762c22b2a98fa84f14adeb6c19bcdfe08c Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 29 Jan 2026 20:08:46 -0300 Subject: [PATCH] Change to 1.0.1 --- src/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.cpp b/src/main/main.cpp index 8adf339..e25d9d5 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -64,7 +64,7 @@ #include "../../lib/rt64/src/contrib/stb/stb_image.h" -const std::string version_string = "1.0.1-dev"; +const std::string version_string = "1.0.1"; template void exit_error(const char* str, Ts ...args) {