Set version to 2.2.1

This commit is contained in:
Ed Hennis
2024-07-22 18:08:16 -04:00
parent c157816017
commit e6ef0fc26c

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