Set version to 3.2.0-b0 (#6153)

This commit is contained in:
Bart
2025-12-17 18:21:01 -05:00
committed by GitHub
parent 41c1be2bac
commit f059f0beda

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.1.0-b0"
char const* const versionString = "3.2.0-b0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)