Set version to 1.7.0-rc3

This commit is contained in:
manojsdoshi
2021-02-12 12:45:38 -08:00
parent a2e1a7a84d
commit 735b8b7d48

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