Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Mar 3, 2017
1 parent 7a50eb1 commit 7b1c120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubewatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var resourceObject = map[string]runtime.Object{
func init() {

// Customize kingpin:
app.Version("v0.2.0").Author("Marc Villacorta Morera")
app.Version("v0.2.1").Author("Marc Villacorta Morera")
app.UsageTemplate(usageTemplate)
app.HelpFlag.Short('h')
}
Expand Down

0 comments on commit 7b1c120

Please sign in to comment.