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 410a952 commit 60a95a2Copy full SHA for 60a95a2
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.23.3",
+ Version: "v0.23.4",
36
Short: "Visualize and check your project's dependency graph",
37
SilenceUsage: true,
38
Args: cobra.ArbitraryArgs,
0 commit comments