Release 0.8.3

This commit is contained in:
Manuel de Brito Fontes 2016-08-19 11:44:22 -03:00
parent 727a62421e
commit 9d07120eb1
4 changed files with 10 additions and 3 deletions

View file

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