Set version to 3.0.0-b1 (#5859)

This commit is contained in:
Bart
2025-10-07 16:28:19 -04:00
committed by GitHub
parent 5d79bfc531
commit 2df730438d

View File

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