From 381a1b948b06d9526cc73f14cfc69635fabf8605 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 25 Jun 2018 13:41:45 -0700 Subject: [PATCH] Set version to 1.1.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 9ee5650f9..8f5979c19 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,7 @@ char const* const versionString = // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ // - "1.1.0-b3" + "1.1.0-b4" #if defined(DEBUG) || defined(SANITIZER) "+"