Set version to 1.9.3

This commit is contained in:
Nik Bougalis
2022-08-19 14:40:53 -07:00
parent cd3a6bf530
commit 47dec467ea
2 changed files with 33 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.9.2"
char const* const versionString = "1.9.3"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)