From a28a515576c5876dbb1051ff3e35cd1528b1e2c8 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Thu, 15 Oct 2020 10:22:11 +0900 Subject: [PATCH] build: update version to v0.7.2 --- pkg/constant/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constant/version.go b/pkg/constant/version.go index 48e5963..9ff95ec 100644 --- a/pkg/constant/version.go +++ b/pkg/constant/version.go @@ -4,4 +4,4 @@ package constant // This file is generated by the release command. // Version is the buildflow's version. -const Version = "0.7.1" +const Version = "0.7.2"