Skip to content

Commit

Permalink
Bump protocol version (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Sep 7, 2022
1 parent 4d731c1 commit 622c1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f

## Requirements

- TFLint v0.35+
- TFLint v0.40+
- Go v1.19

## Usage
Expand Down
2 changes: 1 addition & 1 deletion plugin/host2plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
var handshakeConfig = plugin.HandshakeConfig{
ProtocolVersion: 10,
ProtocolVersion: 11,
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
}
Expand Down

0 comments on commit 622c1a6

Please sign in to comment.