Set version to 2.2.0-rc2

This commit is contained in:
seelabs
2024-05-16 15:36:21 -04:00
parent 15390bedd5
commit d5e5c3c220

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