From c4274f5d15d473f9520b0df32f8ea9d7ece7de98 Mon Sep 17 00:00:00 2001 From: Icaruk Date: Thu, 29 Feb 2024 20:37:58 +0100 Subject: [PATCH] 4.3.1 --- cmd/updater/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/updater/root.go b/cmd/updater/root.go index 6bd2b5c..7e41f9d 100644 --- a/cmd/updater/root.go +++ b/cmd/updater/root.go @@ -10,7 +10,7 @@ import ( "github.com/spf13/cobra" ) -const __VERSION__ string = "4.3.0" +const __VERSION__ string = "4.3.1" var Cfg = npm.CmdFlags{ NoDev: false,