From 61c062d48e2939bbbb5c3afafc9c1c619eaad3c3 Mon Sep 17 00:00:00 2001 From: Ayooluwa Isaiah Date: Tue, 22 Feb 2022 07:04:19 +0100 Subject: [PATCH] v1.8.0 --- CHANGELOG.md | 2 +- src/app.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e062b..90e3b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/app.go b/src/app.go index c6c4853..63b93ea 100644 --- a/src/app.go +++ b/src/app.go @@ -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{