Skip to content

Commit 4df8e3d

Browse files
committed
Bump version
1 parent 65f6a5a commit 4df8e3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
name = "diskus"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/diskus"
10-
version = "0.7.0"
10+
version = "0.8.0"
1111
edition = "2021"
1212

1313
[dependencies]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ You can download the latest Debian package from the
6565
[release page](https://github.com/sharkdp/diskus/releases) and install it via `dpkg`:
6666

6767
``` bash
68-
wget "https://github.com/sharkdp/diskus/releases/download/v0.7.0/diskus_0.7.0_amd64.deb"
69-
sudo dpkg -i diskus_0.7.0_amd64.deb
68+
wget "https://github.com/sharkdp/diskus/releases/download/v0.8.0/diskus_0.8.0_amd64.deb"
69+
sudo dpkg -i diskus_0.8.0_amd64.deb
7070
```
7171

7272
### On Arch-based systems

0 commit comments

Comments
 (0)