From 0b605b360955859b167873656fc2c88bf63965d3 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 27 Feb 2017 12:16:28 -0500 Subject: [PATCH] Set version to 0.60.0-b6 --- 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 1794eb97d..5ab4f0cfb 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.60.0-b5" + "0.60.0-b6" #if defined(DEBUG) || defined(SANITIZER) "+"