From 9cc3391cbd5bef6af6fa49066b5826acb3c71c99 Mon Sep 17 00:00:00 2001 From: sbelhaik Date: Wed, 17 Aug 2022 14:36:02 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dbe61f..c8840de 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export CLI_EXEC?=oc # Container format for podman. Required to build containers with "ManifestType": "application/vnd.oci.image.manifest.v2+json", export BUILDAH_FORMAT=docker # Current Operator version -VERSION ?= 2.3.0 +VERSION ?= 2.3.1 # Supported channels CHANNELS ?= stable # Default channel