From f634a49a7dea5b1eef1dda9c865edfed4afc00ea Mon Sep 17 00:00:00 2001 From: Umang Chouhan Date: Tue, 16 Jan 2024 12:41:43 -0800 Subject: [PATCH] update TAILSCALE_VERSION --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index c13cecf..1b99594 100755 --- a/bin/compile +++ b/bin/compile @@ -40,7 +40,7 @@ shopt -s nullglob export_env_dir "$ENV_DIR" -: ${TAILSCALE_VERSION:=1.56.0} && log "Using Tailscale version: $TAILSCALE_VERSION" +: ${TAILSCALE_VERSION:=1.56.1} && log "Using Tailscale version: $TAILSCALE_VERSION" log "Install Tailscale" log "Add Tailscale to the PATH"