Skip to content

Commit

Permalink
v0.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Sep 1, 2022
1 parent 846a2e9 commit 9b2dff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
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.15.8",
Version: "0.15.9",
Args: cobra.MaximumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
startDir, err := cmd.Flags().GetString("start-dir")
Expand Down

0 comments on commit 9b2dff2

Please sign in to comment.