From d2c870db92b363d9613c85d2fae3e9854554554f Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Thu, 18 Aug 2022 17:49:00 -0700 Subject: [PATCH] Set version to 1.0.3 --- 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 a12d3746b..e4d82447c 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.3-rc1" +char const* const versionString = "1.0.3" // clang-format on #if defined(DEBUG) || defined(SANITIZER)