From 55dc7a252e08a0b02cd5aa39e9b4777af3eafe77 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 4 Jan 2021 18:27:47 -0800 Subject: [PATCH] Set version to 1.7.0-b10 --- 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 60ed6aeae5..4d83ae397c 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-b9" +char const* const versionString = "1.7.0-b10" // clang-format on #if defined(DEBUG) || defined(SANITIZER)