Set version to 3.1.1 (#6410)

This commit is contained in:
Ed Hennis
2026-02-23 16:47:09 -04:00
committed by GitHub
parent 61481ff61d
commit c5988233d0

View File

@@ -36,7 +36,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "3.1.1-rc1"
char const* const versionString = "3.1.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)