diff --git a/mod.nuspec b/mod.nuspec index 1f2ee1a..e49f3d1 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 2.1.10-beta + 2.1.12-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 9c55b4b..0f70fac 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 = '4b968a73b24a90f4a3da0a3bd365edabe1e9c54653f4659f88e2cfe9054820d7' + checksum = 'ad047e4afe41ca77189a230c3d556aaeb9a4884ba2c87170627081ef7e4f9220' checksumType = 'sha256' }