Set version to 1.10.1-b1

This commit is contained in:
Elliot Lee
2023-03-14 21:21:50 -07:00
committed by GitHub
parent 9309b57364
commit 0f1ffff068

View File

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