From e2b3477952167ca286a0f8cd271cd8065faeb710 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Fri, 8 Oct 2021 08:21:28 +0800 Subject: [PATCH] release v1.12.0-alpha.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ac8a46be7c1..7008d0862df1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1592,7 +1592,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.12.0-alpha.8" +version = "1.12.0-alpha.9" dependencies = [ "build-time", "byte_string", diff --git a/Cargo.toml b/Cargo.toml index 19affdbec667..614a56d3d7bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.12.0-alpha.8" +version = "1.12.0-alpha.9" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust"