Set version to 2.5.1

This commit is contained in:
Ed Hennis
2025-09-03 10:19:38 -04:00
parent 32043463a8
commit 16c2ff97cc

View File

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