Bump version number to 1.1.1 (#343)

This commit is contained in:
Wiseguy 2024-06-02 16:29:13 -04:00 committed by GitHub
parent d1f5ff3bba
commit 4d682fac8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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