From 4531f7162e5bdc7959240c8ff78876c7bf6eaad3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:51:02 +0000 Subject: [PATCH] Update mod to v2.7.1 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 72b0119..ca3c036 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 2.7.0-beta + 2.7.1-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index eb94685..0332859 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 = '61232b6d76878d8111a1a4971417d64d61ca384cd7c51e6aca6307a2497edbf1' + checksum = '480f996c7c50cb356d5ee7ef0a603366919cc99f51bd7b5b219ef4e6758a03ee' checksumType = 'sha256' }