Set version to 2.2.3

This commit is contained in:
Elliot Lee
2024-09-14 13:08:18 -07:00
parent 9abc4868d6
commit 68e1be3cf5
2 changed files with 168 additions and 1 deletions

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