From f90c78e42b6e553670d935a2c09b8f3312fa0803 Mon Sep 17 00:00:00 2001 From: Bethuel Mmbaga Date: Thu, 21 Aug 2025 21:15:57 +0300 Subject: [PATCH] bump client version to 0.55.1 (#6) --- .github/workflows/release.yml | 2 +- netbird/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75c1ee0..0d27608 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: with: usesh: true copyback: true - release: "15.0" + release: "14.3" prepare: | pkg install -y git go124 ca_root_nss poudriere git clone -b devel --depth 1 --single-branch https://github.com/pfsense/FreeBSD-ports.git /usr/ports diff --git a/netbird/Makefile b/netbird/Makefile index 9e6664c..f8fb975 100644 --- a/netbird/Makefile +++ b/netbird/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbird DISTVERSIONPREFIX= v -DISTVERSION= 0.51.1 +DISTVERSION= 0.55.1 CATEGORIES= security net net-vpn MAINTAINER= hakan.external@netbird.io