release: Bump version to 3.1.3-rc2 (#99)

This commit is contained in:
Bart
2026-05-05 09:13:26 -04:00
committed by GitHub
parent dde7ca9f28
commit bb32e743d2

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