From dfe18ed682ca395a7bd4cc4cca20dce4747b1888 Mon Sep 17 00:00:00 2001 From: CJ Cobb <46455409+cjcobb23@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:35:49 -0400 Subject: [PATCH] Update version to 1.0.2 (#245) --- src/main/impl/Build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/impl/Build.cpp b/src/main/impl/Build.cpp index 67e8476f..b42d6e28 100644 --- a/src/main/impl/Build.cpp +++ b/src/main/impl/Build.cpp @@ -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)