We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740a5ae commit a21bdd7Copy full SHA for a21bdd7
.github/ISSUE_TEMPLATE/bug_report.md
@@ -57,7 +57,7 @@ Example:
57
58
```console
59
$ tflint -v
60
-TFLint version 0.38.0
+TFLint version 0.38.1
61
$ terraform -v
62
Terraform v1.2.3
63
```
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.38.1 (2022-06-21)
2
+
3
+- [#1420](https://github.com/terraform-linters/tflint/pull/1420): Use latest Cosign ([@wata727](https://github.com/wata727))
4
5
## 0.38.0 (2022-06-21)
6
7
### Enhancements
tflint/meta.go
@@ -3,7 +3,7 @@ package tflint
import "fmt"
// Version is application version
-const Version string = "0.38.0"
+const Version string = "0.38.1"
8
// ReferenceLink returns the rule reference link
9
func ReferenceLink(name string) string {
0 commit comments