Set version to 2.0.0-rc1

This commit is contained in:
Manoj Doshi
2023-11-09 11:28:33 -08:00
parent 32ced493de
commit cf4e9e5578

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.0-b4"
char const* const versionString = "2.0.0-rc1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)