Skip to content

Commit 99677c3

Browse files
committed
update. version number update.
1 parent 80ee8f7 commit 99677c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/lscp/args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ USAGE:
5858
app.Name = "lscp"
5959
app.Usage = "TUI list select and parallel scp client command."
6060
app.Copyright = "blacknon(blacknon@orebibou.com)"
61-
app.Version = "0.6.12"
61+
app.Version = "0.6.13"
6262

6363
// options
6464
// TODO(blacknon): オプションの追加(0.7.0)

cmd/lsftp/args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ USAGE:
5050
app.Name = "lsftp"
5151
app.Usage = "TUI list select and parallel sftp client command."
5252
app.Copyright = "blacknon(blacknon@orebibou.com)"
53-
app.Version = "0.6.12"
53+
app.Version = "0.6.13"
5454

5555
app.Flags = []cli.Flag{
5656
cli.StringFlag{Name: "file,F", Value: defConf, Usage: "config file path"},

cmd/lssh/args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ USAGE:
5959
app.Name = "lssh"
6060
app.Usage = "TUI list select and parallel ssh client command."
6161
app.Copyright = "blacknon(blacknon@orebibou.com)"
62-
app.Version = "0.6.12"
62+
app.Version = "0.6.13"
6363

6464
// TODO(blacknon): オプションの追加
6565
// -T ... マウント・リバースマウントのTypeを指定できるようにする(v0.7.0)

0 commit comments

Comments
 (0)