From 97428b8eb7ea7f4c143d0545b79d55c365a2626c Mon Sep 17 00:00:00 2001 From: Kentaro Matsushita Date: Sun, 22 Apr 2018 22:20:51 +0900 Subject: [PATCH] Release v0.2.0. --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 37590f6..c04531f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -15,7 +15,7 @@ import ( // Current version number const ( - VERSION = "0.1.2" + VERSION = "0.2.0" ) var (