Set version to 1.11.0-rc2

This commit is contained in:
Elliot Lee
2023-05-23 14:29:51 -07:00
committed by GitHub
parent 32f8ae1af1
commit 029580886e

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.1"
char const* const versionString = "1.11.0-rc2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)