From 9d494aaebec920e8a49baa780552e6ca48a19e4e Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Thu, 19 Mar 2015 11:19:03 +1100 Subject: [PATCH] bump protocol version, 1.0, 1.1 are incompatible --- share/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/version.go b/share/version.go index 2eaea8f..ed47004 100644 --- a/share/version.go +++ b/share/version.go @@ -4,4 +4,4 @@ package chshare //incompatible changes are made, this will //be incremented to signify a protocol //mismatch. -const ProtocolVersion = "chisel-v1" +const ProtocolVersion = "chisel-v2"