From 6ff012587bb2f258fc36af5c37b5068c073d25cd Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sat, 1 Nov 2025 18:55:17 -0300 Subject: [PATCH] update version string to 0.0.3 --- 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 0ba6c43..677c9a0 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 = "0.0.2"; +const std::string version_string = "0.0.3"; template void exit_error(const char* str, Ts ...args) {