Set version to 3.1.0 (#6284)

This commit is contained in:
Ed Hennis
2026-01-27 21:13:06 -04:00
committed by GitHub
parent 69dda6b34c
commit d325f20c76

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