Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Feb 2, 2023
1 parent c86ceb5 commit a4a37df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,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.8.0",
Version: "v1.9.0",
EnableBashCompletion: true,
Flags: []cli.Flag{
&cli.StringFlag{
Expand Down
2 changes: 1 addition & 1 deletion testdata/help.golden
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
F2 — Command-line bulk renaming tool [version v1.8.0]
F2 — Command-line bulk renaming tool [version v1.9.0]

Usage: FLAGS [OPTIONS] [PATHS TO FILES OR DIRECTORIES...]
or: f2 FIND [REPLACE] [PATHS TO FILES OR DIRECTORIES...]
Expand Down

0 comments on commit a4a37df

Please sign in to comment.