Skip to content

Commit a6f67d2

Browse files
author
github-actions
committed
tag: v0.23.3
1 parent 9ab7a3d commit a6f67d2

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.2",
35+
Version: "v0.23.3",
3636
Short: "Visualize and check your project's dependency graph",
3737
SilenceUsage: true,
3838
Args: cobra.ArbitraryArgs,

0 commit comments

Comments
 (0)