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 943592a commit 0e0aa1aCopy full SHA for 0e0aa1a
plugin/internal/host2plugin/plugin.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// SDKVersion is the SDK version.
14
-const SDKVersion = "0.23.0"
+const SDKVersion = "0.23.1"
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