From 863dc6393aae6f7c68d3dbf3001df9e16c44f349 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 19 Jan 2021 18:16:13 +0900 Subject: [PATCH] build: update version to v0.6.0-1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index a6bd073c..bc28039f 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.6.0-0" +const version = "0.6.0-1"