Set version to 2.1.1

This commit is contained in:
seelabs
2024-03-26 18:13:57 -04:00
committed by Wietse Wind
parent a7c4a47723
commit 2d1854f354
2 changed files with 22 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.1.0"
char const* const versionString = "2.1.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)