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