diff --git a/mod.nuspec b/mod.nuspec index 9dbdc7e..e8f00e4 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.25.5-beta + 3.25.6-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 75e42a1..7c77977 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -12,7 +12,7 @@ $packageArgs = @{ fileFullPath = "$toolsDir\\mod.exe" url = "https://pkgs.dev.azure.com/moderneinc/moderne_public/_packaging/$branch/maven/v1/io/moderne/moderne-cli-windows/$version/moderne-cli-windows-$version" - checksum = '1a6a54fa270daff98bdcc6a914ee07582650009735b2a5e0dc5e40c278308e17' + checksum = 'c39c71403862e2c9e7cc40ed9b7fbf0b7db26a059f1135bcbb8f02671733d1d7' checksumType = 'sha256' }