Set version to 2.1.0-rc1

This commit is contained in:
Elliot Lee
2024-02-07 13:59:44 -08:00
parent be12136b8a
commit da68651f61

View File

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