From a145759d1e636e2cec3902905715a0516c3828d7 Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Thu, 21 Oct 2021 12:07:44 -0700 Subject: [PATCH] Set version to 1.8.0-b7 --- 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 a76aee8a7e..622701934f 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-b6" +char const* const versionString = "1.8.0-b7" // clang-format on #if defined(DEBUG) || defined(SANITIZER)