Set version to 2.0.0-rc3

This commit is contained in:
Manoj Doshi
2023-11-27 15:24:18 -08:00
parent e33a6d5c2b
commit 8ec475b1fd

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