diff --git a/README.md b/README.md index 502e3e3..152977c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kubewatch -[![Version Widget]][Version] [![License Widget]][License] [![GoReportCard Widget]][GoReportCard] [![Travis Widget]][Travis] +[![Version Widget]][Version] [![License Widget]][License] [![GoReportCard Widget]][GoReportCard] [![Travis Widget]][Travis] [![DockerHub Widget]][DockerHub] [Version]: https://github.com/softonic/kubewatch/releases [Version Widget]: https://img.shields.io/github/release/softonic/kubewatch.svg?maxAge=60 @@ -10,6 +10,8 @@ [GoReportCard Widget]: https://goreportcard.com/badge/softonic/kubewatch [Travis]: https://travis-ci.org/softonic/kubewatch [Travis Widget]: https://travis-ci.org/softonic/kubewatch.svg?branch=master +[DockerHub]: https://hub.docker.com/r/softonic/kubewatch +[DockerHub Widget]: https://img.shields.io/docker/pulls/softonic/kubewatch.svg Kubernetes API event watcher. diff --git a/kubewatch.go b/kubewatch.go index eb0a2ec..dda2396 100644 --- a/kubewatch.go +++ b/kubewatch.go @@ -65,7 +65,7 @@ var ( func init() { // Customize kingpin: - app.Version("v0.1.0").Author("Marc Villacorta Morera") + app.Version("v0.2.0").Author("Marc Villacorta Morera") app.UsageTemplate(usageTemplate) app.HelpFlag.Short('h') }