From 80a8e6abb35b16c492336fadf84cb9be8b81513e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 18 Feb 2024 09:39:55 +0000 Subject: [PATCH] tag: v0.19.9 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 5ced5bb..8b099c7 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -37,7 +37,7 @@ func NewRoot(args []string) *cobra.Command { root = &cobra.Command{ Use: "dep-tree", - Version: "v0.19.8", + Version: "v0.19.9", Short: "Visualize and check your project's dependency graph", SilenceUsage: true, Args: cobra.ArbitraryArgs,