We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b993b42 commit 7f1be4eCopy full SHA for 7f1be4e
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.1.3 (2022/08/12)
4
+
5
ENHANCEMENTS:
6
7
* Use GitHub App token for updating brew formula on release ([#46](https://github.com/minamijoyo/tfedit/pull/46))
cmd/version.go
@@ -7,7 +7,7 @@ import (
)
8
9
var (
10
- version = "0.1.2"
+ version = "0.1.3"
11
12
13
func init() {
0 commit comments