From 41b2c80ddeaf1c757b5c96e10c3fe4eaba9a5b0e Mon Sep 17 00:00:00 2001 From: Manoj doshi Date: Fri, 18 Oct 2019 14:24:41 -0700 Subject: [PATCH] Set version to 1.4.0-b7 --- 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 03e6f5b8d..6f0824489 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-b6" +char const* const versionString = "1.4.0-b7" #if defined(DEBUG) || defined(SANITIZER) "+"