From ec859632cfa584e2272d32e46051543429a2baf4 Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 23 Jul 2026 23:00:52 -0300 Subject: [PATCH] Bump version to 1.0.2. --- 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 e25d9d5..ba63124 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"; +const std::string version_string = "1.0.2"; template void exit_error(const char* str, Ts ...args) {