From beac5642df367b19fe5127fcf04d1034c1879298 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 13 Mar 2015 13:38:17 +0100 Subject: [PATCH] Version bump. --- libdevcore/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index 07e92f542..cf6bf44c4 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.9.0"; +char const* Version = "0.9.1"; }