From 0b4e34b03b72196510998375fd28622c8b63aaa7 Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Mon, 12 Oct 2020 13:09:07 -0700 Subject: [PATCH] Set version to 1.7.0-b3 --- 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 e3588b2e4..90a3f7a5a 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-b2" +char const* const versionString = "1.7.0-b3" // clang-format on #if defined(DEBUG) || defined(SANITIZER)