Set version to 1.8.1

This commit is contained in:
manojsdoshi
2021-11-24 10:32:25 -08:00
parent 9e877a929e
commit fbedfb25ae
2 changed files with 5 additions and 2 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"
char const* const versionString = "1.8.1"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)