Set version to 1.7.0-b1

This commit is contained in:
Nik Bougalis
2020-09-01 10:43:26 -07:00
parent 85fc1e8235
commit a8d481c2a5

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