Set version to 1.8.0-b1

This commit is contained in:
manojsdoshi
2021-03-11 12:46:13 -08:00
parent b2bf2b6e6b
commit 9d89d4c188

View File

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