Set version to 2.0.1

This commit is contained in:
Elliot Lee
2024-01-29 08:36:10 -08:00
parent 901152bd93
commit 22cdb5728b

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