Set version to 1.7.0-b6

This commit is contained in:
Nik Bougalis
2020-12-08 08:47:24 -08:00
parent cb0572d66e
commit 434e2f4cbf

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