From 1e7645419f0362436a088186903cb56d4f76481e Mon Sep 17 00:00:00 2001 From: Nathan Nichols Date: Wed, 29 Jun 2022 15:38:07 -0700 Subject: [PATCH] set version to 1.0.0 (#202) --- 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 e935e815..a78700fc 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 = "0.3.0-b3" +char const* const versionString = "1.0.0" // clang-format on #if defined(DEBUG) || defined(SANITIZER)