Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pregress committed Oct 31, 2024
1 parent 457f309 commit 362e312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 362e312

Please sign in to comment.