Skip to content

Commit cf4a5e0

Browse files
committed
Bump version
1 parent cb87813 commit cf4a5e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
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.3.1"
10+
version = "0.4.0"
1111

1212
[dependencies]
1313
num_cpus = "1.0"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ hyperfine --warmup 5 'diskus' 'sn p -d0 -j8' 'du -sb' 'dust -d0'
6262
### On Debian-based systems
6363

6464
``` bash
65-
wget "https://github.com/sharkdp/diskus/releases/download/v0.3.1/diskus_0.3.1_amd64.deb"
66-
sudo dpkg -i diskus_0.3.1_amd64.deb
65+
wget "https://github.com/sharkdp/diskus/releases/download/v0.4.0/diskus_0.4.0_amd64.deb"
66+
sudo dpkg -i diskus_0.4.0_amd64.deb
6767
```
6868

6969
### On Arch-based systems

0 commit comments

Comments
 (0)