mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
plugin: up API version to 2
This commit is contained in:
parent
585067c8f5
commit
0de633abeb
@ -19,7 +19,7 @@ import (
|
|||||||
// The APIVersion is outputted along with the RPC address. The plugin
|
// 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
|
// client validates this API version and will show an error if it doesn't
|
||||||
// know how to speak it.
|
// know how to speak it.
|
||||||
const APIVersion = "1"
|
const APIVersion = "2"
|
||||||
|
|
||||||
// The "magic cookie" is used to verify that the user intended to
|
// The "magic cookie" is used to verify that the user intended to
|
||||||
// actually run this binary. If this cookie isn't present as an
|
// actually run this binary. If this cookie isn't present as an
|
||||||
|
Loading…
Reference in New Issue
Block a user