From 2bf3b194faa23fab4c3f4c9ff263a84893269f78 Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Thu, 23 Apr 2020 18:14:45 -0700 Subject: [PATCH] Set version to 1.6.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 a4b08a8c1..47595e892 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -32,7 +32,7 @@ namespace BuildInfo { // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ // clang-format off -char const* const versionString = "1.6.0-b3" +char const* const versionString = "1.6.0-b4" // clang-format on #if defined(DEBUG) || defined(SANITIZER)