Bump glbc version to 0.8.0

This commit is contained in:
bprashanth 2016-09-21 17:33:14 -07:00
parent 73e22a50d2
commit 8c770ba384
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ const (
alphaNumericChar = "0"
// Current docker image version. Only used in debug logging.
imageVersion = "glbc:0.7.1"
imageVersion = "glbc:0.8.0"
// Key used to persist UIDs to configmaps.
uidConfigMapName = "ingress-uid"