Bump version number and fix nav for note saving option

This commit is contained in:
Mr-Wiseguy
2025-12-30 21:58:54 -05:00
parent e7185d889e
commit 4ec6b4a89b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
const std::string version_string = "0.1.0";
const std::string version_string = "0.9.0";
template<typename... Ts>
void exit_error(const char* str, Ts ...args) {