Skip to content

Commit

Permalink
1.2.1 fix when ssh config exists comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Aug 5, 2021
1 parent 81e27a7 commit d275761
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bali.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# https://toml.io/en/
name = "TunnelSSH"
version = "1.2.0"
version = "1.2.1"
dirs = [
"cmd/tunnelssh", #
"cmd/netcat",
Expand Down
2 changes: 1 addition & 1 deletion cmd/git-tunnel/balisrc.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "git-tunnel"
description = "TunnelSSH - A witty ssh client"
destination = "bin"
version = "1.2.0"
version = "1.2.1"
versioninfo = "res/versioninfo.json"
manifest = "res/git-tunnel.manifest"
goflags = [
Expand Down
2 changes: 1 addition & 1 deletion cmd/netcat/balisrc.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "netcat"
description = "netcat - A witty netcat client"
destination = "bin"
version = "1.2.0"
version = "1.2.1"
versioninfo = "res/versioninfo.json"
manifest = "res/netcat.manifest"
goflags = [
Expand Down
2 changes: 1 addition & 1 deletion cmd/ssh-askpass/balisrc.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ssh-askpass"
description = "Askpass Utility for TunnelSSH"
destination = "bin"
version = "1.2.0"
version = "1.2.1"
versioninfo = "res/versioninfo.json"
icon = "res/ssh-askpass.ico"
manifest = "res/ssh-askpass.manifest"
Expand Down
2 changes: 1 addition & 1 deletion cmd/tunnelssh/balisrc.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "tunnelssh"
description = "TunnelSSH - A witty ssh client"
destination = "bin"
version = "1.2.0"
version = "1.2.1"
versioninfo = "res/versioninfo.json"
icon = "res/tunnelssh.ico"
manifest = "res/tunnelssh.manifest"
Expand Down

0 comments on commit d275761

Please sign in to comment.