From c70908bfd6023692ba46a6406c15e7e1dc3fe595 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Sat, 3 May 2025 18:04:44 -0400 Subject: [PATCH] Bump version to 1.2.0-rc7 --- 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 bc130a7..d26efe0 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -48,7 +48,7 @@ #include "../../lib/rt64/src/contrib/stb/stb_image.h" -const std::string version_string = "1.2.0-rc6"; +const std::string version_string = "1.2.0-rc7"; template void exit_error(const char* str, Ts ...args) {