Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Nov 4, 2021
1 parent bff8973 commit 00ca5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var rootCmd = &cobra.Command{
Use: "fm",
Short: "FM is a simple, configurable, and fun to use file manager",
Version: "0.7.2",
Version: "0.7.3",
Args: cobra.MaximumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
startDir := cmd.Flags().Lookup("start-dir")
Expand Down

0 comments on commit 00ca5de

Please sign in to comment.