Set version to 1.11.0-rc3

This commit is contained in:
Elliot Lee
2023-06-09 09:54:02 -07:00
parent 77c0a62a74
commit beb0904a32

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