release: Set version to 3.3.0-b0 (#7280)

Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
Ed Hennis
2026-05-15 14:04:49 -04:00
committed by GitHub
parent 5b6e8b6f93
commit 6809690fad

View File

@@ -23,7 +23,7 @@ namespace {
//------------------------------------------------------------------------------
// clang-format off
// NOLINTNEXTLINE(readability-identifier-naming)
char const* const versionString = "3.2.0-b0"
char const* const versionString = "3.3.0-b0"
// clang-format on
;