Skip to content

Commit 2df59cf

Browse files
committed
Bump version to v0.2.2
1 parent 56557d5 commit 2df59cf

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.2.2 (2024/08/14)
4+
35
ENHANCEMENTS:
46

57
* Use docker compose command instead of docker-compose ([#63](https://github.com/minamijoyo/tfedit/pull/63))

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.2.1"
10+
version = "0.2.2"
1111
)
1212

1313
func init() {

0 commit comments

Comments
 (0)