From dbe74dffcb1c3edaaf0bc8a6f6f834fc13358ff8 Mon Sep 17 00:00:00 2001 From: Brad Chase Date: Tue, 21 Mar 2017 13:21:51 -0400 Subject: [PATCH] Set version to 0.70.0-b2 --- 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 8fcdcff0ba..4b17f761a2 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-b1" + "0.70.0-b2" #if defined(DEBUG) || defined(SANITIZER) "+"