From f35006b4584dba6322a47defd749a832b9084b8c Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 23 Feb 2021 15:06:03 +0900 Subject: [PATCH] build: update version to v0.7.0-3 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 02806fd3..c66c4a04 100644 --- a/version.go +++ b/version.go @@ -4,4 +4,4 @@ package main // This file is generated by the release command. // version is the tfcmt's version. -const version = "0.7.0-2" +const version = "0.7.0-3"