Skip to content

Commit bb59d1a

Browse files
committed
0.1.2
Signed-off-by: Lasse Gaardsholt <lasse.gaardsholt@bestseller.com>
1 parent 07f3790 commit bb59d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func main() {
1010
plugin.Serve(&plugin.ServeOpts{
1111
RuleSet: &tflint.BuiltinRuleSet{
1212
Name: "trailing-comma",
13-
Version: "0.1.0",
13+
Version: "0.1.2",
1414
Rules: []tflint.Rule{
1515
rules.NewTerraformListsTrailingCommaRule(),
1616
},

0 commit comments

Comments
 (0)