From 1f47e570882acc69ee9f7ce6a9c6a12149d6f82e Mon Sep 17 00:00:00 2001 From: Keshi Tan Date: Wed, 20 May 2020 07:55:05 +0800 Subject: [PATCH] chore(cli): Increment version number (#689) --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index afeb4f35012..13ec16516c3 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash # need to change this to VERSION=`git describe --tags` -VERSION=v0.3.1 +VERSION=v0.3.2 BINARY=bin/cft GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit PLATFORMS := linux windows darwin