Set version to 1.7.0-rc4

This commit is contained in:
manojsdoshi
2021-02-18 18:26:08 -08:00
parent f284a19246
commit 1d5d902d28

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