From 9473621b65f6bdc03af8f335600bf6699115c94e Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 12 Jan 2024 18:39:10 +0100 Subject: [PATCH] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cea56b9..ed1a13c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.54.1 + TAILSCALE_VERSION: 1.56.1 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index bfb9326..0a68305 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.54.1 +%define tailscale_version 1.56.1 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake}