From afb0f0e4b47597eecfc7fbc76cd1f8eb62f3985c Mon Sep 17 00:00:00 2001 From: Darin <54958995+Darin755@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:36:24 +0000 Subject: [PATCH] Bump Netbird version to v0.26.2 --- netbird/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbird/Makefile b/netbird/Makefile index 0195a86..c649fc6 100644 --- a/netbird/Makefile +++ b/netbird/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.23.4 +PKG_VERSION:=0.26.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz