Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Dec 27, 2024
1 parent 65f6a5a commit 4df8e3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "diskus"
readme = "README.md"
repository = "https://github.com/sharkdp/diskus"
version = "0.7.0"
version = "0.8.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ You can download the latest Debian package from the
[release page](https://github.com/sharkdp/diskus/releases) and install it via `dpkg`:

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

### On Arch-based systems
Expand Down

0 comments on commit 4df8e3d

Please sign in to comment.