Set version to 2.0.0-b2

This commit is contained in:
Elliot Lee
2023-09-22 16:17:35 -07:00
committed by GitHub
parent 6b61505ac2
commit 2c56d9fc3e

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