Skip to content

Commit

Permalink
Bump version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepro authored Jun 7, 2020
1 parent 93c0948 commit 5431774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/kdo/kdo.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
var cmd = &cobra.Command{
Short: "kdo is sudo for Kubernetes",
Use: usage,
Version: "0.4.0",
Version: "0.4.1",
Example: examples,
RunE: run,
}
Expand Down

0 comments on commit 5431774

Please sign in to comment.