bump makefile and rc specifications to v0.62 for a new build

This commit is contained in:
Spencer Smith 2016-05-20 15:22:30 -04:00
parent ca620e4074
commit 430e9328a1
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
all: push
# 0.0 shouldn't clobber any release builds
TAG = 0.61
TAG = 0.62
PREFIX = gcr.io/google_containers/nginx-ingress-controller
REPO_INFO=$(shell git config --get remote.origin.url)