From 0774b7a57f5589a5e2217dd82e46d19bd6240b08 Mon Sep 17 00:00:00 2001 From: Harshal Patil Date: Wed, 14 Oct 2020 22:04:55 +0530 Subject: [PATCH] set the operator version Signed-off-by: Harshal Patil --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d95aed2e..1776ca88 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.0.1 +VERSION ?= 4.7.0 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build'