From 0963efdde371d881c4673e6e2dd7fd571975e52a Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Tue, 4 Jun 2024 09:21:28 +0200 Subject: [PATCH] Bump preflight version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70b4776..8d36aa0 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ $(LOCALBIN): ## Tool Binaries PREFLIGHT ?= $(LOCALBIN)/preflight ## Tool Versions -PREFLIGHT_VERSION ?= 1.9.1 +PREFLIGHT_VERSION ?= 1.9.6 .PHONY: help