From c89cbd19e6fbd6456c553938eaea6fe430ba3e9f Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Fri, 19 Jun 2026 16:20:47 +0000 Subject: [PATCH] Bumping NetBird version to 0.75.0-rc.1 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index 5696d3b..951fb60 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.73.0 + 0.75.0-rc.1 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 685cb0d..253fab9 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.0' +$version = '0.75.0-rc.1' $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 = '072d38437594b58770cbe4b8ee3b1d2b1eaddcbba5e90f7a308f7ff2d59895a6' + checksum64 = 'd96bf974b54711fca4228ec2ce7cdb1d47b176fa044a41d5b4375e19ef4c1821' checksumType64 = 'sha256' silentArgs = "/qn"