From f2c6a937f31a82dc548eb723da442ab00af2f987 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Wed, 1 Apr 2015 11:50:19 +0200
Subject: [PATCH] Protocol bump

---
 eth/protocol.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eth/protocol.go b/eth/protocol.go
index b373c9889..e32ea233b 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -13,7 +13,7 @@ import (
 )
 
 const (
-	ProtocolVersion    = 59
+	ProtocolVersion    = 60
 	NetworkId          = 0
 	ProtocolLength     = uint64(8)
 	ProtocolMaxMsgSize = 10 * 1024 * 1024
-- 
GitLab