Set version to 2.0.0-b1

This commit is contained in:
Elliot Lee
2023-09-14 13:11:28 -07:00
parent 01fc4b0203
commit 046d0c2f0a

View File

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