Update version to 1.0.2 (#245)

This commit is contained in:
CJ Cobb
2022-08-11 14:35:49 -04:00
committed by GitHub
parent 92a072d7a8
commit dfe18ed682

View File

@@ -12,7 +12,7 @@ namespace Build {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "1.0.1"
char const* const versionString = "1.0.2"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)