From 371cdab2d374b1e457d2433516c9c707f528285f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Job=20C=C3=A9spedes=20Ortiz?= Date: Sat, 16 Mar 2024 17:01:40 -0600 Subject: [PATCH] fix: set correct collection version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c58efbb..80e6903 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT_SHORTNAME ?= nfs VERSION ?= 0.3.45 -COLLECTION_VERSION ?= 0.3.64 +COLLECTION_VERSION ?= 0.3.67 OPERATOR_TYPE ?= ansible PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator