From e81fcee836314a6bb8c0a6ef54ffe35eee2948b6 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Mon, 16 Dec 2024 14:58:36 -0800 Subject: [PATCH] Update Makefile --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index fe192600d13..3e6e8dce81f 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.9 +VERSION=v1.5.10 BINARY=bin/cft GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit PLATFORMS := linux windows darwin