release: Bump version to 3.2.0-b2

This commit is contained in:
Bart
2026-03-30 14:52:51 -04:00
parent cbc09b2999
commit aac17f588a

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