summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-03-26 10:16:18 +0200
committersharkdp <davidpeter@web.de>2018-03-26 10:16:18 +0200
commit011e09840aac706f4f884c511df734eb866d42bd (patch)
tree8ceaec3afcdfb6102779940b937820166634a7b8
parent37483036e0d9fc0a13abb8326c97e903c6893dca (diff)
Bump version number
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f0b0526..6b09347 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -76,7 +76,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fd-find"
-version = "6.3.0"
+version = "7.0.0"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index a427290..bf5ff68 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 = "6.3.0"
+version = "7.0.0"
[[bin]]
name = "fd"
diff --git a/README.md b/README.md
index 7dca424..3d59f43 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ fd -x wc -l \; -e rs
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via:
``` bash
-sudo dpkg -i fd_6.3.0_amd64.deb # adapt version number and architecture
+sudo dpkg -i fd_7.0.0_amd64.deb # adapt version number and architecture
```
### On Fedora