Set version to 2.3.0-rc1

This commit is contained in:
Ed Hennis
2024-11-06 17:37:59 -05:00
parent 7b18006193
commit 9d58f11a60

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