chore: Set version 3.1.0-b0 (#5986)

Technically b0 is not a release, so no "release" prefix here. It marks the point at which we moved the preceding release (3.0.0 in this case) from Beta to Release Candidate.
This commit is contained in:
Bronek Kozicki
2025-11-12 18:55:49 +00:00
committed by GitHub
parent 9b53bd9871
commit d613bcdb4c

View File

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