Skip to content

Commit 045324d

Browse files
committed
Bump version to 0.4.0
1 parent a2b8382 commit 045324d

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.3.0"
3+
version = "0.4.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
@@ -25,7 +25,7 @@ Similar to [localtunnel](https://github.com/localtunnel/localtunnel) and [ngrok]
2525

2626
The easiest way to install bore is from prebuilt binaries. These are available on the [releases page](https://github.com/ekzhang/bore/releases) for macOS, Windows, and Linux. Just unzip the appropriate file for your platform and move the bore executable into a folder on your PATH.
2727

28-
You can build the `bore` CLI command from source using [Cargo](https://doc.rust-lang.org/cargo/), the Rust package manager. This command installs the `bore` binary at a user-accessible path.
28+
You also can build `bore` from source using [Cargo](https://doc.rust-lang.org/cargo/), the Rust package manager. This command installs the `bore` binary at a user-accessible path.
2929

3030
```shell
3131
cargo install bore-cli
@@ -54,7 +54,7 @@ You can optionally pass in a `--port` option to pick a specific port on the remo
5454
The full options are shown below.
5555

5656
```shell
57-
bore-local 0.3.0
57+
bore-local 0.4.0
5858
Starts a local proxy to the remote server
5959

6060
USAGE:
@@ -85,7 +85,7 @@ That's all it takes! After the server starts running at a given address, you can
8585
The full options for the `bore server` command are shown below.
8686
8787
```shell
88-
bore-server 0.3.0
88+
bore-server 0.4.0
8989
Runs the remote proxy server
9090
9191
USAGE:

0 commit comments

Comments
 (0)