From 7e366371942ae379f83e94377e92bb9ad0197176 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 27 Jan 2021 10:16:14 +0900 Subject: [PATCH] build: update version to v0.7.0-1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index dd8bac69..ad61232a 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-0" +const version = "0.7.0-1"