diff --git a/mod.nuspec b/mod.nuspec index 1d34966..e159f05 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.20.12-beta + 3.20.13-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index ffc08b8..5cdfb98 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 = '131b86cf7248a980f76c18ffb3c57e7c037831325a9c9380987d6aa4a6382993' + checksum = 'b2efee82e50af71034d7afd032beaa3f6bed3d50007c410e0d7d75e56e246380' checksumType = 'sha256' }