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