From 2af91043d847600030bd6a9f763818da516b5eea Mon Sep 17 00:00:00 2001 From: kanno <812137533@qq.com> Date: Thu, 7 Apr 2022 14:10:34 +0800 Subject: [PATCH] chore: release v0.3.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 49cc815..a98c94a 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) var ( - version = "V0.2.0" + version = "V0.3.0" ) var helpText = func() string {