From 3059f0e336b83886e49606eef15325dfb6998a5a Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Wed, 4 Jan 2017 19:30:01 +0100 Subject: [PATCH] Release v1.3.0-beta.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99dcc010ee..3ce8a8b0a8 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build PREFIX = gcr.io/google_containers FLAGS = -VERSION = v1.2.1-alpha1 +VERSION = v1.3.0-beta.0 GIT_COMMIT := `git rev-parse --short HEAD` SUPPORTED_KUBE_VERSIONS = "1.4.6"