From 062acd60f34dc1653e2332b03ddc1474717c41ce Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Thu, 18 Jun 2026 16:27:39 +0000 Subject: [PATCH] Bumping NetBird version to 0.73.0 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index acb8279..5696d3b 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.72.4 + 0.73.0 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 1f03291..685cb0d 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.72.4' +$version = '0.73.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 = '81f62905797882c097d2f6efa66705e380944c9e0acca2da6eed0c29e47e3a32' + checksum64 = '072d38437594b58770cbe4b8ee3b1d2b1eaddcbba5e90f7a308f7ff2d59895a6' checksumType64 = 'sha256' silentArgs = "/qn"