From 38f82115f7b53c10464a16fa27df7825140d961f Mon Sep 17 00:00:00 2001 From: Mike Ellery Date: Mon, 9 Sep 2019 11:42:53 -0700 Subject: [PATCH] Set version to 1.4.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 f9b1e5853..25ac0516b 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -30,7 +30,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.4.0-b3" +char const* const versionString = "1.4.0-b4" #if defined(DEBUG) || defined(SANITIZER) "+"