From 41298bb332ce52b0f5ce7c08d1b842e9c345146e Mon Sep 17 00:00:00 2001 From: Lorain Date: Thu, 24 Oct 2024 21:22:15 +0100 Subject: [PATCH] chore: release v0.3.1 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index e90ac99..3defc4f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -28,7 +28,7 @@ import ( const ( name = "nwa" - version = "v0.3.0" + version = "v0.3.1" ) // rootCmd represents the base command when called without any subcommands