Skip to content

Commit 1c2cbed

Browse files
committed
Bump up version to v0.23.0
1 parent a9512b1 commit 1c2cbed

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.22.0"
14+
const SDKVersion = "0.23.0"
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)