Set version to 2.3.0

This commit is contained in:
Elliot Lee
2024-11-25 12:27:17 -08:00
parent b54d85d862
commit f64cf9187a
2 changed files with 74 additions and 1 deletions

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