We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff0045 commit 0f5ec0fCopy full SHA for 0f5ec0f
cmd/root.go
@@ -32,7 +32,7 @@ func NewRoot(args []string) *cobra.Command {
32
33
root := &cobra.Command{
34
Use: "dep-tree",
35
- Version: "v0.22.5",
+ Version: "v0.23.0",
36
Short: "Visualize and check your project's dependency graph",
37
SilenceUsage: true,
38
Args: cobra.ArbitraryArgs,
0 commit comments