From 362e312348bcde3e459ae2fab21fa7037243e1c6 Mon Sep 17 00:00:00 2001 From: Preben Huybrechts Date: Thu, 31 Oct 2024 14:39:57 +0100 Subject: [PATCH] version bump --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d7eb31e..58d7bb3 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ func main() { plugin.Serve(&plugin.ServeOpts{ RuleSet: &tflint.BuiltinRuleSet{ Name: "azurerm-security", - Version: "0.1.0", + Version: "0.1.1", Rules: []tflint.Rule{ rules.NewAzurermLinuxWebAppFtpsState(), rules.NewAzurermLinuxWebAppMinimumTlsVersion(),