From 25a728529d4a93368d7e5ec1f56a7728fdc0a162 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 15 Sep 2019 17:06:30 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 031294a1..b6400291 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fd-find" -version = "7.3.0" +version = "7.4.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9a289020..0cf7aa92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0" name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" -version = "7.3.0" +version = "7.4.0" edition= "2018" [[bin]] diff --git a/README.md b/README.md index ba9f6403..71277876 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ use `fd` in the same way as in this documentation. If you use an older version of Ubuntu, you can download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via: ``` bash -sudo dpkg -i fd_7.3.0_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_7.4.0_amd64.deb # adapt version number and architecture ``` ### On Debian