set proto version 5.1

With the addition of the private field to ReadResource, we need to bump
the proto version to 5.1.
This commit is contained in:
James Bardin 2019-06-07 15:11:11 -04:00
parent e71e3d85a9
commit 863bfdce06
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Terraform Plugin RPC protocol version 5.0
// Terraform Plugin RPC protocol version 5.1
//
// This file defines version 5.0 of the RPC protocol. To implement a plugin
// This file defines version 5.1 of the RPC protocol. To implement a plugin
// against this protocol, copy this definition into your own codebase and
// use protoc to generate stubs for your target language.
//