Set version to 1.7.0-b2

This commit is contained in:
Carl Hua
2020-09-16 12:59:14 -04:00
parent 95da398e7d
commit e1a2939f89

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