From 1d0b31bc1eba60b5ccadd2a6fdb147b68c018ce0 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Wed, 13 Sep 2023 17:37:56 +0100 Subject: [PATCH] Bump legacy CLI version to 4.10.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df12682..6cdac7f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.0.29 -LEGACY_CLI_VERSION = 4.9.0 +LEGACY_CLI_VERSION = 4.10.0 # Override these environment variables to build with alternative configuration. CLI_CONFIG_FILE ?= config/platformsh-cli.yaml