Set version to 1.7.0-b9

This commit is contained in:
Nik Bougalis
2020-12-17 11:04:06 -08:00
parent 4159b02753
commit 54da532ace

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