From 85b1c998627d74462a9d659e82b1be897d2b611b Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 18 Oct 2020 09:41:38 +0900 Subject: [PATCH] build: update version to v0.8.1 --- 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 11b32ef..59b980b 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.8.0" +const Version = "0.8.1"