Skip to content

Commit

Permalink
Bump version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Aug 23, 2021
1 parent 8ca72e8 commit 2caa624
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.7.2 (2021-08-23)

Fixes:

- Path not specified error in Windows when runnng on a long path has been fixed.

## 1.7.1 (2021-08-05)

The following enhancements were made:
Expand Down
2 changes: 1 addition & 1 deletion src/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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 TO FILES OR DIRECTORIES...]",
Version: "v1.7.1",
Version: "v1.7.2",
EnableBashCompletion: true,
Flags: []cli.Flag{
&cli.StringSliceFlag{
Expand Down

0 comments on commit 2caa624

Please sign in to comment.