Skip to content

Commit 60a95a2

Browse files
author
github-actions
committed
tag: v0.23.4
1 parent 410a952 commit 60a95a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func NewRoot(args []string) *cobra.Command {
3232

3333
root := &cobra.Command{
3434
Use: "dep-tree",
35-
Version: "v0.23.3",
35+
Version: "v0.23.4",
3636
Short: "Visualize and check your project's dependency graph",
3737
SilenceUsage: true,
3838
Args: cobra.ArbitraryArgs,

0 commit comments

Comments
 (0)