Skip to content

Commit 5572dce

Browse files
committed
Prepare version 1.5.0
1 parent a6f7c60 commit 5572dce

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.4.0",
7+
"PackageVersion": "1.5.0",
88
"TaskSettings": {
99
"xc": {
1010
"GOARM": "7"

main.go

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

191191
if *version {
192-
fmt.Println("compose2bash version 1.4.0")
192+
fmt.Println("compose2bash version 1.5.0")
193193
return
194194
}
195195

0 commit comments

Comments
 (0)