Bump version

This commit is contained in:
David Peter 2021-11-26 22:07:49 +01:00 committed by David Peter
parent 5d06491370
commit 72cc9a876c
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -157,7 +157,7 @@ dependencies = [
[[package]]
name = "fd-find"
version = "8.2.1"
version = "8.3.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",

View File

@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
version = "8.2.1"
version = "8.3.0"
edition= "2018"
[badges.appveyor]

View File

@ -535,7 +535,7 @@ Make sure that `$HOME/.local/bin` is in your `$PATH`.
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_8.2.1_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_8.3.0_amd64.deb # adapt version number and architecture
```
### On Debian