Skip to content

Commit

Permalink
bump version to 0.7.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Sep 17, 2023
1 parent 511b675 commit cdc4617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BGPKIT Broker is used in production at [Cloudflare Radar][radar] powering its [r

Add the following dependency line to your project's `Cargo.toml` file:
```yaml
bgpkit-broker = "0.7.0-alpha.3"
bgpkit-broker = "0.7.0-beta.1"
```

### Example
Expand Down Expand Up @@ -70,7 +70,7 @@ pub fn main() {

`bgpkit-broker` is a command-line application that packages many functionalities to allow users to self-host a BGPKIT Broker instance with ease.

Install with `cargo install bgpkit-broker@0.7.0-alpha.3 --features cli` or check out the main branch and run `cargo install --path . --features cli`.
Install with `cargo install bgpkit-broker@0.7.0-beta.1 --features cli` or check out the main branch and run `cargo install --path . --features cli`.

`bgpkit-broker` has the following subcommands:

Expand Down

0 comments on commit cdc4617

Please sign in to comment.