From 24704d86f1d59ff8f1088076a1b43ae75509aedc Mon Sep 17 00:00:00 2001 From: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:21:15 -0400 Subject: [PATCH] 1.2.1 (#649) --- 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 763344b..983cac8 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -56,7 +56,7 @@ #include "../../lib/rt64/src/contrib/stb/stb_image.h" -const std::string version_string = "1.2.1-dev"; +const std::string version_string = "1.2.1"; template void exit_error(const char* str, Ts ...args) {