Bump version to 7.5.0

This commit is contained in:
sharkdp 2020-03-22 15:48:55 +01:00
parent f69b59195a
commit e5e14f31c4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -112,7 +112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fd-find"
version = "7.4.0"
version = "7.5.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.14 (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.4.0"
version = "7.5.0"
edition= "2018"
[[bin]]

View File

@ -144,7 +144,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.4.0_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_7.5.0_amd64.deb # adapt version number and architecture
```
### On Debian