From d64753c0dd962a65eb5b2c762752d2601247d052 Mon Sep 17 00:00:00 2001 From: Nathan Nichols Date: Wed, 15 Jun 2022 18:29:40 -0500 Subject: [PATCH] set version to 0.3.0-b1 (#178) --- 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 86d2ad7c8..ebb984275 100644 --- a/src/main/impl/Build.cpp +++ b/src/main/impl/Build.cpp @@ -10,7 +10,7 @@ namespace Build { // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ // clang-format off -char const* const versionString = "0.2.0" +char const* const versionString = "0.3.0-b1" // clang-format on #if defined(DEBUG) || defined(SANITIZER)