From 0c6d380780ae368a2236a2e8e3e42efa4a1d2b46 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 10 Feb 2020 23:40:28 -0800 Subject: [PATCH] Set version to 1.5.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 3f0c0c680..2996bf31f 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-b4" +char const* const versionString = "1.5.0-b5" #if defined(DEBUG) || defined(SANITIZER) "+"