Skip to content

Commit ff882ec

Browse files
committed
Bump up version to v0.1.1
1 parent 16bb6ac commit ff882ec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.1 (2021-01-03)
2+
3+
- [#24](https://github.com/terraform-linters/tflint-ruleset-aws/pull/24): Setup GoReleaser
4+
15
# 0.1.0 (2021-01-03)
26

37
Initial release 🎉

project/main.go

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

55
// Version is ruleset version
6-
const Version string = "0.1.0"
6+
const Version string = "0.1.1"
77

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

0 commit comments

Comments
 (0)