Set version to 2.2.0

This commit is contained in:
seelabs
2024-06-03 21:48:05 -04:00
parent 40b4adc9cc
commit 2df635693d
2 changed files with 90 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.0-rc3"
char const* const versionString = "2.2.0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)