From bdf6d66c6dbd5f14fbc8aa53325e5ad0b34abef1 Mon Sep 17 00:00:00 2001 From: John Allberg Date: Tue, 16 Apr 2024 09:42:31 +0200 Subject: [PATCH] chore: bump chainsaw version to 0.1.9 (#1495) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3291f8f8..c3440bb64 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ else GOBIN=$(shell go env GOBIN) endif -CHAINSAW_VERSION ?= v0.1.6 +CHAINSAW_VERSION ?= v0.1.9 # Checks if chainsaw is in your PATH ifneq ($(shell which chainsaw),)