From afd42a72a954505a2d10db467f51d00a976e03b1 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Wed, 21 Aug 2024 12:38:44 -0500 Subject: [PATCH] chore: bump cli version (#2536) Co-authored-by: Andrew Peabody --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 6a4dac31c73..993774519f5 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash # Changing this value will trigger a new release -VERSION=v1.4.6 +VERSION=v1.5.0 BINARY=bin/cft GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit PLATFORMS := linux windows darwin