bump API version since this change makes things backwards incompatible.

This commit is contained in:
Megan Marsh 2019-12-16 11:46:46 -08:00
parent 21a849354b
commit 18bb4ffb44
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const MagicCookieValue = "d602bf8f470bc67ca7faa0386276bbdd4330efaf76d1a219cb4d69
// 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 = "4"
const APIVersion = "5"
// Server waits for a connection to this plugin and returns a Packer
// RPC server that you can use to register components and serve them.