diff --git a/Makefile b/Makefile index 19946b958..7304a573a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ all: fmt check # Always keep the future version here, so we won't overwrite latest released manifests -VERSION ?= 0.23.0 +VERSION ?= 0.24.0 export VERSION := $(VERSION) # Always keep the last released version here -VERSION_REPLACES ?= 0.22.0 +VERSION_REPLACES ?= 0.23.0 DEPLOY_DIR ?= manifests