Skip to content

Commit

Permalink
⬆️ Upgrade Tailscale version
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth committed Aug 14, 2021
1 parent 78898b2 commit 4f1c9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usr/bin/tailscale
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ elif [ "$arch" == "armv7l" ]; then
arch=arm
fi

tailscale_version="1.8.5"
tailscale_version="1.12.3"
version="${tailscale_version}_${arch}${endianness}"

if [ ! -f /tmp/tailscale ]; then
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/tailscaled
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ elif [ "$arch" == "armv7l" ]; then
arch=arm
fi

tailscale_version="1.8.5"
tailscale_version="1.12.3"
version="${tailscale_version}_${arch}${endianness}"

if [ ! -f /tmp/tailscaled ]; then
Expand Down

0 comments on commit 4f1c9f7

Please sign in to comment.