release: Bump version to 3.2.0-b3

This commit is contained in:
Bart
2026-04-01 13:27:58 -04:00
parent 3adad49c86
commit c5c3398916

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-b2"
char const* const versionString = "3.2.0-b3"
// clang-format on
;