Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
shynome committed May 11, 2021
1 parent d9f5d21 commit 692fd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dcip/dcip.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func reportError(err error) {

func main() {
ctx := kong.Parse(&CLI,
kong.Vars{"version": "0.1.0"},
kong.Vars{"version": "0.2.0"},
)
switch ctx.Command() {
case "of <[host|name]>":
Expand Down

0 comments on commit 692fd1c

Please sign in to comment.