diff --git a/kubewatch.go b/kubewatch.go index 817a0b0..f580d31 100644 --- a/kubewatch.go +++ b/kubewatch.go @@ -97,7 +97,7 @@ var resourceObject = map[string]runtime.Object{ func init() { // Customize kingpin: - app.Version("v0.2.2").Author("Marc Villacorta Morera") + app.Version("v0.3.0").Author("Marc Villacorta Morera") app.UsageTemplate(usageTemplate) app.HelpFlag.Short('h') }