Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Feb 22, 2022
1 parent 306ab54 commit 61c062d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.8.0 (2022-02-21)
## 1.8.0 (2022-02-22)

- Add a "simple mode" for quick renaming operations in the current directory.
- Ignore extension flag no longer affects directory names.
Expand Down
2 changes: 1 addition & 1 deletion src/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ or: f2 FIND [REPLACE] [PATHS TO FILES OR DIRECTORIES...]`
},
Usage: "f2 is a command-line tool for batch renaming multiple files and directories quickly and safely.",
UsageText: usageText,
Version: "v1.7.2",
Version: "v1.8.0",
EnableBashCompletion: true,
Flags: []cli.Flag{
&cli.StringFlag{
Expand Down

0 comments on commit 61c062d

Please sign in to comment.