From 8defb4cd286765da87ef863b5606400aab6cf69f Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Thu, 4 Feb 2021 19:13:06 -0800 Subject: [PATCH] Set version to 1.7.0-rc2 --- 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 22aafc76e..932c0c9f1 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-rc1" +char const* const versionString = "1.7.0-rc2" // clang-format on #if defined(DEBUG) || defined(SANITIZER)