Set version to 1.8.0-b6

This commit is contained in:
manojsdoshi
2021-10-06 12:31:41 -07:00
parent b6ed50eb03
commit 1197e49068

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/ // and follow the format described at http://semver.org/
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// clang-format off // clang-format off
char const* const versionString = "1.8.0-b5" char const* const versionString = "1.8.0-b6"
// clang-format on // clang-format on
#if defined(DEBUG) || defined(SANITIZER) #if defined(DEBUG) || defined(SANITIZER)