From f172a71d5875281526da818b6ea9c4f58f639fc0 Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Tue, 26 Nov 2024 16:24:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'Makefile'=20wi?= =?UTF-8?q?th=20remote=20'shared/configurations/Makefile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2ca84a0..5597e56 100644 --- a/Makefile +++ b/Makefile @@ -117,11 +117,11 @@ PLATFORMS ?= linux_amd64 # Tool Versions # ------------------ -UP_VERSION = v0.34.0 +UP_VERSION = v0.35.0 UP_CHANNEL = stable -CROSSPLANE_CLI_VERSION = v1.17.1 -CROSSPLANE_VERSION = v1.17.1-up.1 -UPTEST_VERSION = v1.1.2 +CROSSPLANE_CLI_VERSION = v1.18.0 +CROSSPLANE_VERSION = v1.18.0-up.1 +UPTEST_VERSION = v1.2.0 # Crossplane Configuration # ------------------