From f1c4784a792c1288f095ffdd3559255da5600ff1 Mon Sep 17 00:00:00 2001 From: hahwul Date: Tue, 23 Feb 2021 00:57:12 +0900 Subject: [PATCH] release v1.0.1 --- pkg/printing/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/printing/version.go b/pkg/printing/version.go index f756fac..dba9939 100644 --- a/pkg/printing/version.go +++ b/pkg/printing/version.go @@ -1,4 +1,4 @@ package printing // VERSION is version -const VERSION = "v1.0.0" +const VERSION = "v1.0.1"