Set version to 3.1.0-b1 (#6152)

This commit is contained in:
Bart
2025-12-17 18:38:32 -05:00
committed by GitHub
parent 7527e35379
commit 8990c45c40

View File

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