Set version to 2.2.0-b2

This commit is contained in:
Ed Hennis
2024-04-04 10:48:24 -04:00
parent 099c0bcd34
commit c88166e055

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.2.0-b1"
char const* const versionString = "2.2.0-b2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)