Set version to 2.0.0-rc2

This commit is contained in:
Manoj Doshi
2023-11-20 16:29:57 -08:00
parent c1710900b4
commit 44a9266c9e

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