From 03eeade086970e22b71c8233d103b3aaef17c30d Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Thu, 2 Sep 2021 04:20:56 +0800 Subject: [PATCH] release v1.12.0-alpha.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dadf26de..a4dfb96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1579,7 +1579,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.12.0" +version = "1.12.0-alpha.1" dependencies = [ "byte_string", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 00989edd..3c7fcc36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.12.0" +version = "1.12.0-alpha.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust"