diff --git a/mod.nuspec b/mod.nuspec index df75358..15a62e1 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.24.1-beta + 3.24.2-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 11ebc3c..3c41cab 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 = 'e1ea5e5990eeac59f0bd4c34006b4f644150a1f191c9fb72c2bd212461cf53d7' + checksum = 'f8df501bd4562e443622b546fcfe44fdaf1127dbbbb4ca53cc354d3482e95a23' checksumType = 'sha256' }