Skip to content

Commit 440f322

Browse files
authored
Merge pull request #78 from terraform-linters/bump_protocol_version
Bump protocol version
2 parents 2ae95d3 + 6c07098 commit 440f322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NOTE: This plugin system is experimental. This means that API compatibility is f
1010

1111
## Requirements
1212

13-
- TFLint v0.20+
13+
- TFLint v0.21+
1414
- Go v1.15
1515

1616
## Usage

plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
1212
var handshakeConfig = plugin.HandshakeConfig{
13-
ProtocolVersion: 5,
13+
ProtocolVersion: 6,
1414
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
1515
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
1616
}

0 commit comments

Comments
 (0)