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,