Bump version to 0.5.3

This commit is contained in:
Eric Zhang
2025-04-14 17:48:02 -04:00
parent 0128459a50
commit 19e7da1aad
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "bore-cli"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "bore-cli"
version = "0.5.2"
version = "0.5.3"
authors = ["Eric Zhang <ekzhang1@gmail.com>"]
license = "MIT"
description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."