Set version to 1.7.1

This commit is contained in:
Nik Bougalis
2021-04-01 11:02:48 -07:00
parent 79e69da364
commit 9106a06579

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