Skip to content

Commit

Permalink
Bump the version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed May 7, 2020
1 parent 54c6ff9 commit 9790cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wireguard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# The repository from which we fetch new releases.
WIREGUARD_REPO=WireGuard/wireguard-vyatta-ubnt

WIREGUARD_INSTALLER_VERSION=1.1.0
WIREGUARD_INSTALLER_VERSION=1.2.0

declare -A SUPPORTED_BOARDS
SUPPORTED_BOARDS=(
Expand Down Expand Up @@ -57,7 +57,7 @@ latest_release_for() {
| jq -r --arg version "${board}" \
'sort_by(.created_at) | reverse | .[0] | .tag_name as $tag_name
| .assets | map(select(.name | contains($version)))
| {name: .[0].name, url: .[0].browser_download_url, tag: $tag_name}'
| {name: .[0].name, url: .[0].browser_download_url, tag: $tag_name}'
}

disable_wireguard() {
Expand Down

0 comments on commit 9790cab

Please sign in to comment.