Bump version to 8.0

This commit is contained in:
sharkdp 2020-04-16 09:53:56 +02:00
parent 17fbc2dc52
commit ee1a9f567f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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]

View File

@ -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