Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Apr 25, 2024
1 parent 4df5934 commit 9d0c69e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.4.0 (25.04.2024)

### Added

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "dns-bench"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Alexandr Garbuzov <[email protected]>"]
description = "Find the fastest DNS in your location using simple command line tool."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ dns-bench [OPTIONS]
Run the following command and wait until the crate is compiled:

```sh
$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.3.0 dns-bench
$ cargo install --git https://github.com/qwerty541/dns-bench.git --tag v0.4.0 dns-bench
```

Also you can remove tag option to install the latest development version.
Expand Down

0 comments on commit 9d0c69e

Please sign in to comment.