Skip to content

Commit a1946f0

Browse files
committed
Bump to version 1.4.0
1 parent 78deea6 commit a1946f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"xc"
55
],
66
"BuildConstraints": "linux, windows, darwin",
7-
"PackageVersion": "1.3.0",
7+
"PackageVersion": "1.4.0",
88
"TaskSettings": {
99
"xc": {
1010
"GOARM": "7"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func main() {
185185
flag.Parse()
186186

187187
if *version {
188-
fmt.Println("compose2bash version 1.3.0")
188+
fmt.Println("compose2bash version 1.4.0")
189189
return
190190
}
191191

0 commit comments

Comments
 (0)