From 6338cb8920c91b98ac0c368e2fd7049772cdfa72 Mon Sep 17 00:00:00 2001 From: Lorain Date: Thu, 7 Nov 2024 15:08:27 +0000 Subject: [PATCH] chore: release v0.3.2 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 422ed4b..e5165dd 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -27,7 +27,7 @@ import ( const ( name = "nwa" - version = "v0.3.1" + version = "v0.3.2" ) // rootCmd represents the base command when called without any subcommands