Set version to 2.2.0-b3

This commit is contained in:
Ed Hennis
2024-04-18 16:57:07 -04:00
parent f20e66e6f9
commit 676aae2755

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-b2"
char const* const versionString = "2.2.0-b3"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)