Set version to 2.0.0-b3

This commit is contained in:
Elliot Lee
2023-10-16 17:59:19 -07:00
parent 1fde585003
commit 1fc1eb9f68

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/ // and follow the format described at http://semver.org/
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// clang-format off // clang-format off
char const* const versionString = "2.0.0-b2" char const* const versionString = "2.0.0-b3"
// clang-format on // clang-format on
#if defined(DEBUG) || defined(SANITIZER) #if defined(DEBUG) || defined(SANITIZER)