Set version to 2.0.0-rc5

This commit is contained in:
Elliot Lee
2023-11-30 21:03:27 -08:00
parent 06251aa76f
commit 46f3d3ef61

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