From 77a4218a9e216f72f310e36b5a0b4733ed871719 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Fri, 26 Feb 2016 14:23:22 -0800 Subject: [PATCH] Set version to 0.31.0-b11 --- 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 fad90e8b5..7ff1301f2 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-b10" + "0.31.0-b11" // // Must follow the format described here: //