Skip to content

Commit 29afb81

Browse files
committed
0.0.3
1 parent 82f597c commit 29afb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/cli.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
AppName = "dockward"
14-
Version = "0.0.2"
14+
Version = "0.0.3"
1515
Usage = `Usage: dockward [options...] <port> [<container port> <filter>] [endpoints...]
1616
try 'dockward --help' for more.
1717
`
@@ -79,7 +79,7 @@ func parseCli() cliConf {
7979
exit(nil)
8080
}
8181
if conf.Version {
82-
fmt.Println("dockward version", Version)
82+
fmt.Println(AppName, "version", Version)
8383
exit(nil)
8484
}
8585

0 commit comments

Comments
 (0)