From f846b1a88f259692292423c37a0d235b621f85b0 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 25 Feb 2016 13:42:42 -0500 Subject: [PATCH] Set version to 0.31.0-b10 --- 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 e2091c814..fad90e8b5 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -35,7 +35,7 @@ char const* getRawVersionString () // // The build version number (edit this for each release) // - "0.31.0-b9" + "0.31.0-b10" // // Must follow the format described here: //