From 5d449983684d1cdd59fbc27280651234bb2adc78 Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Thu, 28 Oct 2021 15:07:24 -0700 Subject: [PATCH] Set version to 1.8.0-rc1 --- src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 622701934f..b8f93454c8 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,7 @@ namespace BuildInfo { // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ // clang-format off -char const* const versionString = "1.8.0-b7" +char const* const versionString = "1.8.0-rc1" // clang-format on #if defined(DEBUG) || defined(SANITIZER)