From 19e7da1aad93083355ce65e5b9fc5a1e7f0ecf23 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Mon, 14 Apr 2025 17:48:02 -0400 Subject: [PATCH] Bump version to 0.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32553e1..e9c60e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "bore-cli" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d1549e4..60afaaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bore-cli" -version = "0.5.2" +version = "0.5.3" authors = ["Eric Zhang "] license = "MIT" description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."