From 1615980cf3c82ec5f46cc661160620fff9833f2c Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Sun, 4 Aug 2019 20:48:56 -0700 Subject: [PATCH] Set version to 1.4.0-b1 --- 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 e9a35bc2b9b..2c2e6d71a91 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.3.1" +char const* const versionString = "1.4.0-b1" #if defined(DEBUG) || defined(SANITIZER) "+"