Skip to content

Commit

Permalink
release v1.12.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 9, 2021
1 parent e8a8f65 commit dbb1dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-rust"
version = "1.12.1"
version = "1.12.1-alpha.1"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
2 changes: 1 addition & 1 deletion build/build-release
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ "${#targets[@]}" == "0" ]]; then
fi

if [[ "${use_upx}" = true ]]; then
if [[ ! -z $upx ]] && hash upx 2>/dev/null; then
if [[ -z "$upx" ]] && command -v upx &> /dev/null; then
upx="upx -9"
fi

Expand Down

0 comments on commit dbb1dad

Please sign in to comment.