Set version to 1.7.0-b4

This commit is contained in:
manojsdoshi
2020-11-19 10:59:38 -08:00
parent cf5ca9a5cf
commit 76a6956138

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