Skip to content

Commit 7f1be4e

Browse files
committed
Bump version to v0.1.3
1 parent b993b42 commit 7f1be4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master (Unreleased)
22

3+
## 0.1.3 (2022/08/12)
4+
35
ENHANCEMENTS:
46

57
* Use GitHub App token for updating brew formula on release ([#46](https://github.com/minamijoyo/tfedit/pull/46))

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
var (
10-
version = "0.1.2"
10+
version = "0.1.3"
1111
)
1212

1313
func init() {

0 commit comments

Comments
 (0)