Set version to 2.2.2

This commit is contained in:
Ed Hennis
2024-08-23 17:19:52 -04:00
parent fbbea9e6e2
commit 85214bdf81

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