From b7230f6b679cdea9d05944c479a1e4e891194243 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Tue, 4 Apr 2023 14:58:04 +0100 Subject: [PATCH] Bump legacy CLI version to 4.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d316fbf..23e267d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.0.28 -PSH_VERSION = 4.4.0 +PSH_VERSION = 4.4.1 GOOS := $(shell uname -s | tr '[:upper:]' '[:lower:]') ifeq ($(GOOS), darwin) GORELEASER_ID=platform-macos