Set version to 1.7.0-b7

This commit is contained in:
Nik Bougalis
2020-12-09 05:54:53 -08:00
parent 434e2f4cbf
commit a0b862bbf7

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