Update version (#6672)

This commit is contained in:
Bart
2026-03-26 09:50:04 -04:00
committed by GitHub
parent 2c765f6eb0
commit e87b23e073

View File

@@ -23,7 +23,7 @@ namespace {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "3.2.0-b0"
char const* const versionString = "3.2.0-b1"
// clang-format on
;