diff --git a/mod.nuspec b/mod.nuspec index 028119c..23b7903 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 2.2.1-beta + 2.2.3-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 0bbd968..fcc1f33 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 = '0620008fc01ae8dbc8faf857eeccc8447f274df486a2dd7e0e4dda3b652c7322' + checksum = 'dacda4a4c658f2280ac6557c5fffc7a7cc596c6379b08808e174f80cf2cecae4' checksumType = 'sha256' }