From fe6a5effcba31e74d49012766b5fe2fbb65df286 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Wed, 1 Jul 2026 21:02:59 +0000 Subject: [PATCH] Bumping NetBird version to 0.74.0 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index 3f1b547..98d173d 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.73.2 + 0.74.0 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index d2416e9..d343838 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.73.2' +$version = '0.74.0' $url64 = "https://github.com/netbirdio/netbird/releases/download/v${version}/netbird_installer_${version}_windows_amd64.msi" $packageArgs = @{ @@ -11,7 +11,7 @@ $packageArgs = @{ softwareName = 'NetBird*' - checksum64 = 'ccd42ec5f9724f84daa8a431424e4199a519259d20f2db118a5caa9689f4afeb' + checksum64 = 'd557ab8f9fd3b8ca1e8dd5f480c3ebdbed1ab10b6b7c096cc78065cf00a328a5' checksumType64 = 'sha256' silentArgs = "/qn"