Set version to 1.8.4

This commit is contained in:
Nik Bougalis
2022-01-12 14:54:48 -08:00
parent 417cfc2fb0
commit d49b486224
2 changed files with 16 additions and 3 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.3"
char const* const versionString = "1.8.4"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)