Set version to 1.8.3

This commit is contained in:
Nik Bougalis
2022-01-06 23:30:06 -08:00
parent dc778536ed
commit 44514930f9
2 changed files with 26 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.8.2"
char const* const versionString = "1.8.3"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)