Set version to 1.7.0-b5

This commit is contained in:
Nik Bougalis
2020-12-03 17:58:52 -08:00
parent e39c452f31
commit 5c8e072b7f

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