Skip to content

Commit e25f021

Browse files
committed
Bump version to 0.3.0
1 parent cae08bb commit e25f021

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "bore-cli"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
authors = ["Eric Zhang <[email protected]>"]
55
license = "MIT"
66
description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can optionally pass in a `--port` option to pick a specific port on the remo
5252
The full options are shown below.
5353

5454
```shell
55-
bore-local 0.2.3
55+
bore-local 0.3.0
5656
Starts a local proxy to the remote server
5757

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

0 commit comments

Comments
 (0)