Set version to 1.8.0-b7

This commit is contained in:
manojsdoshi
2021-10-21 12:07:44 -07:00
parent e2a42184b9
commit a145759d1e

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-b6"
char const* const versionString = "1.8.0-b7"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)