From 0de633abeb2be9528a18708a2ad7f4e569e1a7e7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 16 Sep 2014 16:49:21 -0700 Subject: [PATCH] plugin: up API version to 2 --- plugin/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/server.go b/plugin/server.go index cc81ffb93..984c1f968 100644 --- a/plugin/server.go +++ b/plugin/server.go @@ -19,7 +19,7 @@ import ( // The APIVersion is outputted along with the RPC address. The plugin // client validates this API version and will show an error if it doesn't // know how to speak it. -const APIVersion = "1" +const APIVersion = "2" // The "magic cookie" is used to verify that the user intended to // actually run this binary. If this cookie isn't present as an