Skip to content

Commit 0e0aa1a

Browse files
committed
Bump up version to v0.23.1
1 parent 943592a commit 0e0aa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/internal/host2plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// SDKVersion is the SDK version.
14-
const SDKVersion = "0.23.0"
14+
const SDKVersion = "0.23.1"
1515

1616
// minTFLintVersionConstraint presents the minimum version of TFLint that this SDK supports.
1717
var minTFLintVersionConstraint = version.MustConstraints(version.NewConstraint(">= 0.46"))

0 commit comments

Comments
 (0)