Skip to content

Commit e72064b

Browse files
authored
Bump protocol version (#92)
1 parent 47557ad commit e72064b

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.21+
13+
- TFLint v0.23+
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: 6,
13+
ProtocolVersion: 7,
1414
MagicCookieKey: "TFLINT_RULESET_PLUGIN",
1515
MagicCookieValue: "5adSn1bX8nrDfgBqiAqqEkC6OE1h3iD8SqbMc5UUONx8x3xCF0KlPDsBRNDjoYDP",
1616
}

0 commit comments

Comments
 (0)