Skip to content

Commit d275761

Browse files
committed
1.2.1 fix when ssh config exists comment
1 parent 81e27a7 commit d275761

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bali.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# https://toml.io/en/
33
name = "TunnelSSH"
4-
version = "1.2.0"
4+
version = "1.2.1"
55
dirs = [
66
"cmd/tunnelssh", #
77
"cmd/netcat",

cmd/git-tunnel/balisrc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "git-tunnel"
22
description = "TunnelSSH - A witty ssh client"
33
destination = "bin"
4-
version = "1.2.0"
4+
version = "1.2.1"
55
versioninfo = "res/versioninfo.json"
66
manifest = "res/git-tunnel.manifest"
77
goflags = [

cmd/netcat/balisrc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "netcat"
22
description = "netcat - A witty netcat client"
33
destination = "bin"
4-
version = "1.2.0"
4+
version = "1.2.1"
55
versioninfo = "res/versioninfo.json"
66
manifest = "res/netcat.manifest"
77
goflags = [

cmd/ssh-askpass/balisrc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ssh-askpass"
22
description = "Askpass Utility for TunnelSSH"
33
destination = "bin"
4-
version = "1.2.0"
4+
version = "1.2.1"
55
versioninfo = "res/versioninfo.json"
66
icon = "res/ssh-askpass.ico"
77
manifest = "res/ssh-askpass.manifest"

cmd/tunnelssh/balisrc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "tunnelssh"
22
description = "TunnelSSH - A witty ssh client"
33
destination = "bin"
4-
version = "1.2.0"
4+
version = "1.2.1"
55
versioninfo = "res/versioninfo.json"
66
icon = "res/tunnelssh.ico"
77
manifest = "res/tunnelssh.manifest"

0 commit comments

Comments
 (0)