From ba53722425225b831366e9bf61af0ca9d4bc0726 Mon Sep 17 00:00:00 2001 From: Manoj doshi Date: Fri, 6 Mar 2020 14:32:56 -0800 Subject: [PATCH] Set version to 1.5.0-b8 --- 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 8072721c3..282b2d1e0 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -31,7 +31,7 @@ namespace BuildInfo { // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ //------------------------------------------------------------------------------ -char const* const versionString = "1.5.0-b7" +char const* const versionString = "1.5.0-b8" #if defined(DEBUG) || defined(SANITIZER) "+"