From d3a65f158e61b54e739bf8de4a0f2e977c3e4ad1 Mon Sep 17 00:00:00 2001 From: EAimTY Date: Sun, 5 Feb 2023 12:12:58 +0900 Subject: [PATCH] bump version --- tuic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuic/Cargo.toml b/tuic/Cargo.toml index 5f3f531..36c5e44 100644 --- a/tuic/Cargo.toml +++ b/tuic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic" -version = "5.0.0-pre-alpha.1" +version = "5.0.0-pre-alpha.2" authors = ["EAimTY "] description = "Delicately-TUICed 0-RTT proxy protocol" categories = ["network-programming"]