Set version to 1.7.0-b10

This commit is contained in:
Nik Bougalis
2021-01-04 18:27:47 -08:00
parent b015623128
commit 55dc7a252e

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/ // and follow the format described at http://semver.org/
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// clang-format off // clang-format off
char const* const versionString = "1.7.0-b9" char const* const versionString = "1.7.0-b10"
// clang-format on // clang-format on
#if defined(DEBUG) || defined(SANITIZER) #if defined(DEBUG) || defined(SANITIZER)