release: Bump version to 3.1.2

This commit is contained in:
Mayukha Vadari
2026-03-12 15:01:01 -04:00
parent ecc58740d0
commit 3ba3fcff4c

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