From 02e17a1e1bc426f8d00cace60b03ecc90eadff4a Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Thu, 30 May 2019 15:55:14 +0300 Subject: [PATCH] release 0.9.0 - bump versions in Makefile Signed-off-by: Sebastian Sch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 87e36d705..9b5c055a7 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ all: fmt vet # Always keep the future version here, so we won't overwrite latest released manifests -VERSION ?= 0.9.0 +VERSION ?= 0.10.0 # Always keep the last released version here -VERSION_REPLACES ?= 0.8.0 +VERSION_REPLACES ?= 0.9.0 DEPLOY_DIR ?= manifests