We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9512b1 commit 1c2cbedCopy full SHA for 1c2cbed
plugin/internal/host2plugin/plugin.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// SDKVersion is the SDK version.
14
-const SDKVersion = "0.22.0"
+const SDKVersion = "0.23.0"
15
16
// minTFLintVersionConstraint presents the minimum version of TFLint that this SDK supports.
17
var minTFLintVersionConstraint = version.MustConstraints(version.NewConstraint(">= 0.46"))
0 commit comments