Set version to 1.7.0-b8

This commit is contained in:
Nik Bougalis
2020-12-10 17:22:54 -08:00
parent 6eb93e9f8a
commit 24b17c6de9

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