From 398ef878947b5c52e94911636dba879e3ff1bf1a Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 27 Dec 2021 17:13:53 +0800 Subject: [PATCH] bump version to v0.4.0 --- internal/version/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/init.go b/internal/version/init.go index a29e664d..462025a5 100644 --- a/internal/version/init.go +++ b/internal/version/init.go @@ -1,3 +1,3 @@ package version -const VERSION = "v0.3.0" +const VERSION = "v0.4.0"