From 4bf60d2e6bb97f9c444a5837b9d64ca699e7b68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Wed, 29 May 2024 12:23:49 +0300 Subject: [PATCH] Update CROSSPLANE_VERSION to 1.16.0 in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f21111ea6b..54edc3738e 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ UP_CHANNEL = stable UPTEST_VERSION = v0.11.1 KUSTOMIZE_VERSION = v5.3.0 YQ_VERSION = v4.40.5 -CROSSPLANE_VERSION = 1.14.6 +CROSSPLANE_VERSION = 1.16.0 export UP_VERSION := $(UP_VERSION) export UP_CHANNEL := $(UP_CHANNEL)