Skip to content

Commit

Permalink
Release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Apr 14, 2024
1 parent 9ab307a commit 49c53eb
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 @@ -16,7 +16,7 @@ import (
var rootCmd = &cobra.Command{
Use: "fm",
Short: "FM is a simple, configurable, and fun to use file manager",
Version: "1.0.0",
Version: "1.1.0",
Args: cobra.MaximumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
startDir, err := cmd.Flags().GetString("start-dir")
Expand Down

0 comments on commit 49c53eb

Please sign in to comment.