From ac5618a6bde96f138fc812c89eb48f4e306c5788 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Mon, 28 Oct 2024 10:06:49 -0700 Subject: [PATCH] Update Makefile --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 367e0836c94..25469819f90 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.6 +VERSION=v1.5.7 BINARY=bin/cft GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit PLATFORMS := linux windows darwin