From 735b8b7d4863874d250a469a23f7f461df01b775 Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Fri, 12 Feb 2021 12:45:38 -0800 Subject: [PATCH] Set version to 1.7.0-rc3 --- 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 932c0c9f1c..9d0119378b 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.7.0-rc2" +char const* const versionString = "1.7.0-rc3" // clang-format on #if defined(DEBUG) || defined(SANITIZER)