Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Mar 1, 2017
1 parent db0fcfb commit 5827214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion kubewatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Expand Down

0 comments on commit 5827214

Please sign in to comment.