Set version to 3.1.3

This commit is contained in:
Ed Hennis
2026-05-06 15:37:35 -04:00
parent 4539bb0740
commit 46b241ace8

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