Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Feb 24, 2021
1 parent 3b44dce commit 74784f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Summary

## Installation

F2 is written in Go, so you can install it through `go get` (Requires Go 1.16 or
F2 is written in Go, so you can install it through `go get` (requires Go 1.16 or
later):

```bash
Expand Down
2 changes: 1 addition & 1 deletion cmd/f2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func getApp() *cli.App {
},
Usage: "F2 is a command-line tool for batch renaming multiple files and directories quickly and safely",
UsageText: "FLAGS [OPTIONS] [PATHS...]",
Version: "v1.0.1",
Version: "v1.1.1",
EnableBashCompletion: true,
Flags: []cli.Flag{
&cli.StringFlag{
Expand Down

0 comments on commit 74784f5

Please sign in to comment.