From 02267959263fc12b5f45aaf233b5a420ecfd2f07 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Mon, 9 Dec 2024 15:15:10 -0800 Subject: [PATCH] Update Makefile --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 6573774c4ba..cdfd619f2a3 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash # Changing this value will trigger a new release -VERSION=v1.5.7 +VERSION=v1.5.8 BINARY=bin/cft GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit PLATFORMS := linux windows darwin