From 6e60257ad9308f22b4fb6f1aa5647a780c802c8c Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Thu, 23 Jul 2026 17:14:16 +0000 Subject: [PATCH] Bumping NetBird version to 0.75.0 --- netbird.nuspec | 2 +- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbird.nuspec b/netbird.nuspec index 85c3c65..228b0b5 100755 --- a/netbird.nuspec +++ b/netbird.nuspec @@ -2,7 +2,7 @@ netbird - 0.74.7 + 0.75.0 https://github.com/bombergio/choco-netbird bombergio NetBird diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index c802dc5..414eaa1 100755 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = '0.74.7' +$version = '0.75.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 = '1be9ce80767a728a8682bc3c114256b224b8d6657400ac031e458a05b5e5942d' + checksum64 = '1c55cd03b9a79fe63c3d9a295d9084ba2636b20605443f95ca1cfdc0a31fa937' checksumType64 = 'sha256' silentArgs = "/qn"