Set version to 1.6.0-b7

This commit is contained in:
manojsdoshi
2020-05-29 14:25:04 -07:00
parent 27484f78a9
commit f43aeda49c

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