Skip to content

Commit a21bdd7

Browse files
committed
Bump up version to v0.38.1
1 parent 740a5ae commit a21bdd7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Example:
5757
5858
```console
5959
$ tflint -v
60-
TFLint version 0.38.0
60+
TFLint version 0.38.1
6161
$ terraform -v
6262
Terraform v1.2.3
6363
```

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 0.38.0 (2022-06-21)
26

37
### Enhancements

tflint/meta.go

+1-1
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.38.0"
6+
const Version string = "0.38.1"
77

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

0 commit comments

Comments
 (0)