Set version to 1.6.0-b9

This commit is contained in:
manojsdoshi
2020-07-08 13:37:07 -07:00
parent 3a3b0b4c14
commit a459206848

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