Set version to 2.0.0-b4

This commit is contained in:
Elliot Lee
2023-10-23 11:51:45 -07:00
committed by GitHub
parent 397268394b
commit 2a66bb3fc7

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