From 97712107b71a8e2089d2e3fcef9ebf5362951110 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Sun, 3 May 2020 11:48:14 -0700 Subject: [PATCH] Set version to 1.6.0-b5 --- 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 55f9fe6c3..b12af3825 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.6.0-b4" +char const* const versionString = "1.6.0-b5" // clang-format on #if defined(DEBUG) || defined(SANITIZER)