Bump version

This commit is contained in:
Manuel de Brito Fontes 2016-04-15 11:39:53 -03:00
parent 5663c725be
commit 107bf1837b
10 changed files with 10 additions and 10 deletions

View file

@ -43,7 +43,7 @@ const (
var (
// value overwritten during build. This can be used to resolve issues.
version = "0.5"
version = "0.6"
gitRepo = "https://github.com/kubernetes/contrib"
flags = pflag.NewFlagSet("", pflag.ExitOnError)