From 770bb5fa238d434251a26bb4a673b2cb37b9760b Mon Sep 17 00:00:00 2001 From: Lorain Date: Sat, 31 Aug 2024 14:02:58 +0800 Subject: [PATCH] chore: release v0.2.1 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 368bca0..1badb9e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -24,7 +24,7 @@ import ( const ( name = "nwa" - version = "v0.2.0" + version = "v0.2.1" ) // rootCmd represents the base command when called without any subcommands