Set version to 1.0.1 (#216)

This commit is contained in:
CJ Cobb
2022-07-13 19:33:03 -04:00
committed by GitHub
parent a704cf7cfe
commit 4468302852

View File

@@ -12,7 +12,7 @@ namespace Build {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "1.0.0"
char const* const versionString = "1.0.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)