Bump version number to 1.0.1

This commit is contained in:
Mr-Wiseguy 2024-05-18 18:08:31 -04:00
parent cda63b8806
commit 85100920ab

View file

@ -6,7 +6,7 @@
#include "nfd.h" #include "nfd.h"
#include <filesystem> #include <filesystem>
std::string version_number = "v1.0.0"; std::string version_number = "v1.0.1";
Rml::DataModelHandle model_handle; Rml::DataModelHandle model_handle;
bool mm_rom_valid = false; bool mm_rom_valid = false;