Set version to 1.6.0

This commit is contained in:
manojsdoshi
2020-08-18 15:32:50 -07:00
parent 2b44868373
commit 01bd5a2646
2 changed files with 37 additions and 1 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.6.0-rc3"
char const* const versionString = "1.6.0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)