Set version to 1.8.5

This commit is contained in:
Nik Bougalis
2022-01-21 18:08:02 -08:00
committed by manojsdoshi
parent 5b085a75fd
commit 72377e7bf2
2 changed files with 25 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.8.4"
char const* const versionString = "1.8.5"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)