Set version to 1.7.0

This commit is contained in:
manojsdoshi
2021-02-23 12:51:11 -08:00
parent 1d5d902d28
commit c0a0b79d2d
2 changed files with 79 additions and 6 deletions

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