Skip to content

Commit

Permalink
Bumping NetBird version to 0.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bombergio authored Jan 18, 2025
1 parent c3aabb8 commit b3e1a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>netbird</id>
<version>0.36.0</version>
<version>0.36.3</version>
<packageSourceUrl>https://github.com/bombergio/choco-netbird</packageSourceUrl>
<owners>bombergio</owners>
<title>NetBird</title>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = '0.36.0'
$version = '0.36.3'
$url64 = "https://github.com/netbirdio/netbird/releases/download/v${version}/netbird_installer_${version}_windows_amd64.msi"

$packageArgs = @{
Expand All @@ -11,7 +11,7 @@ $packageArgs = @{

softwareName = 'NetBird*'

checksum64 = 'd759645ea1080e8c53b0b5644c0e2937fd082ba8dcad963e61a6b974015dea74'
checksum64 = 'fb6e31995d91fe542fc2edb12cddf12dd0771c422fca427ac737cfefba461776'
checksumType64 = 'sha256'

silentArgs = "/qn"
Expand Down

0 comments on commit b3e1a8a

Please sign in to comment.