Set version to 1.7.0-b12

This commit is contained in:
manojsdoshi
2021-01-25 18:30:58 -08:00
parent d494d7a725
commit 68286df23d

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