Skip to content

Commit 6d02f85

Browse files
committed
Bump up version to v0.36.1
1 parent f19be66 commit 6d02f85

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.36.0
30+
TFLint version 0.36.1
3131
$ terraform -v
3232
Terraform v1.1.9
3333
```

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.36.1 (2022-05-05)
2+
3+
### BugFixes
4+
5+
- [#1373](https://github.com/terraform-linters/tflint/pull/1373): Fix panic when enabling Terraform rules by CLI ([@wata727](https://github.com/wata727))
6+
17
## 0.36.0 (2022-05-05)
28

39
### Enhancements

tflint/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tflint
33
import "fmt"
44

55
// Version is application version
6-
const Version string = "0.36.0"
6+
const Version string = "0.36.1"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

0 commit comments

Comments
 (0)