From a92f5b8e5a800fb27390e9325c17f33ccf026e16 Mon Sep 17 00:00:00 2001 From: seelabs Date: Thu, 1 Jun 2017 14:07:05 -0400 Subject: [PATCH] Set version to 0.70.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 88eda15cd..602972301 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/ // - "0.70.0-b6" + "0.70.0-b7" #if defined(DEBUG) || defined(SANITIZER) "+"