Set version to 2.3.1

This commit is contained in:
Ed Hennis
2025-01-29 09:26:27 -05:00
parent cb0ddbf863
commit 8458233a31

View File

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