diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index 6723ab76d..28b537be5 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -28,7 +28,7 @@ using namespace dev; namespace dev { -char const* Version = "0.9.19"; +char const* Version = "0.9.20"; const u256 UndefinedU256 = ~(u256)0;