From ee1a9f567f30a9b514ea73a80f845843b4a80008 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 16 Apr 2020 09:53:56 +0200 Subject: [PATCH] Bump version to 8.0 --- 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 86ec472..20328c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fd-find" -version = "7.5.0" +version = "8.0.0" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f1452ab..2cc0819 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.5.0" +version = "8.0.0" edition= "2018" [badges.appveyor] diff --git a/README.md b/README.md index 958ecc0..2a5f41f 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,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.5.0_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_8.0.0_amd64.deb # adapt version number and architecture ``` ### On Debian