Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Apr 14, 2022
1 parent cae08bb commit e25f021
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 = "bore-cli"
version = "0.2.3"
version = "0.3.0"
authors = ["Eric Zhang <[email protected]>"]
license = "MIT"
description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can optionally pass in a `--port` option to pick a specific port on the remo
The full options are shown below.

```shell
bore-local 0.2.3
bore-local 0.3.0
Starts a local proxy to the remote server

USAGE:
Expand Down Expand Up @@ -83,7 +83,7 @@ That's all it takes! After the server starts running at a given address, you can
The full options for the `bore server` command are shown below.
```shell
bore-server 0.2.3
bore-server 0.3.0
Runs the remote proxy server
USAGE:
Expand Down Expand Up @@ -116,7 +116,7 @@ bore server --secret my_secret_string
bore local <LOCAL_PORT> --to <TO> --secret my_secret_string
```
`BORE_SECRET` environment variable can also be used for setting the secret for client/server.
If a secret is not present in the arguments, `bore` will also attempt to read from the `BORE_SECRET` environment variable.
## Acknowledgements
Expand Down

0 comments on commit e25f021

Please sign in to comment.