Set version to 1.8.0

This commit is contained in:
manojsdoshi
2021-11-22 18:44:41 -08:00
parent 3083983fee
commit e0eae9725b
2 changed files with 28 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 = "1.8.0-rc3"
char const* const versionString = "1.8.0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)