From 3096d22c190f44a88688d28b6d57de4422f3f132 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Sat, 21 Oct 2023 10:59:34 +0530 Subject: [PATCH] fix version in makefile Signed-off-by: Shubham Gupta --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01c159951..ad9403426 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.15.0 +VERSION ?= 0.15.1 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build'