diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-16 22:15:05 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-16 22:15:05 +0100 |
commit | bdfb319854d7b5bdc125073016d648b417f45f8a (patch) | |
tree | 95513084fc6ac20a3eab829f23824e05056b1f74 /cli | |
parent | 4a98d07806249017ba044d75de276bcd5e69cee6 (diff) |
Verison bump tools
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cli')
-rwxr-xr-x | cli/make-me-an-android-wg-command.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/make-me-an-android-wg-command.sh b/cli/make-me-an-android-wg-command.sh index 5a845479..44e29971 100755 --- a/cli/make-me-an-android-wg-command.sh +++ b/cli/make-me-an-android-wg-command.sh @@ -4,7 +4,7 @@ set -e ARCH="arm64" ANDROID_PLATFORM="24" -WIREGUARD_VERSION="0.0.20171101" +WIREGUARD_VERSION="0.0.20171111" LIBMNL_VERSION="1.0.4" case "$ARCH" in |