Set version to 1.9.4

This commit is contained in:
Nik Bougalis
2022-09-14 15:52:05 -07:00
committed by manojsdoshi
parent be1ce5eca9
commit ba3c0e5145
2 changed files with 46 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.9.3"
char const* const versionString = "1.9.4"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)