Set version to 1.7.2

This commit is contained in:
manojsdoshi
2021-05-07 15:03:49 -07:00
parent 30fd45890b
commit 34ee4ca0cb
2 changed files with 23 additions and 2 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.1"
char const* const versionString = "1.7.2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)