Set version to 1.6.0-b8

This commit is contained in:
manojsdoshi
2020-06-25 20:12:13 -07:00
parent b54453d1a7
commit de0c527387

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