From aee422e8197b9c827587f2a8f009decf1a9f2ac0 Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Mon, 26 Jul 2021 18:23:23 -0700 Subject: [PATCH] Set version to 1.8.0-b4 --- 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 f9cf5361f..32cc1d6f7 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-b3" +char const* const versionString = "1.8.0-b4" // clang-format on #if defined(DEBUG) || defined(SANITIZER)