From 3b69b804a206093904674eebd0f4d5afcd3112bd Mon Sep 17 00:00:00 2001 From: hahwul Date: Wed, 28 Jul 2021 00:41:09 +0900 Subject: [PATCH] release v1.0.7 Signed-off-by: hahwul --- 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 b8c310f..a7b9e5e 100644 --- a/pkg/printing/version.go +++ b/pkg/printing/version.go @@ -1,3 +1,3 @@ package printing -const VERSION = "v1.0.7-dev" +const VERSION = "v1.0.7"