Skip to content

Commit 27e3cc9

Browse files
committed
Release v1.4.0
1 parent b237a1a commit 27e3cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ AUTHOR:
129129
Ayooluwa Isaiah <ayo@freshman.tech>
130130
131131
VERSION:
132-
v1.3.0
132+
v1.4.0
133133
134134
FLAGS:
135135
--find <pattern>, -f <pattern> Search <pattern>. Treated as a regular expression by default. Use -s or --string-mode to opt out

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func GetApp() *cli.App {
8585
},
8686
Usage: "F2 is a command-line tool for batch renaming multiple files and directories quickly and safely",
8787
UsageText: "FLAGS [OPTIONS] [PATHS...]",
88-
Version: "v1.3.0",
88+
Version: "v1.4.0",
8989
EnableBashCompletion: true,
9090
Flags: []cli.Flag{
9191
&cli.StringFlag{

0 commit comments

Comments
 (0)