We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56557d5 commit 2df59cfCopy full SHA for 2df59cf
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.2.2 (2024/08/14)
4
+
5
ENHANCEMENTS:
6
7
* Use docker compose command instead of docker-compose ([#63](https://github.com/minamijoyo/tfedit/pull/63))
cmd/version.go
@@ -7,7 +7,7 @@ import (
)
8
9
var (
10
- version = "0.2.1"
+ version = "0.2.2"
11
12
13
func init() {
0 commit comments