diff --git a/mod.nuspec b/mod.nuspec index 93db141..0d0769b 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.27.6-beta + 3.27.7-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 67f6afe..e08ad08 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 = 'a7defe1baf0dffcbcded0e1b6df3b4d3759b50a7bc06daa49e01cb54856c68c9' + checksum = '6834d6c846bb0c067a18e6b2d30380f9ee10ef413b1e1de9c72780ff1d6116f3' checksumType = 'sha256' }