diff --git a/mod.nuspec b/mod.nuspec index 56b6243..1b4f8a2 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.24.7-beta + 3.24.9-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 9dc910c..7dca663 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 = 'eedf2cd0dfbb84b6d3d5be1189dc29dba75c29cd6311e00a7e2448cf6cc6f243' + checksum = '04bb42865daafee4949454d3a972a94625868fff53dafbe5927ebe471d5fac84' checksumType = 'sha256' }