From a65ec96d06173c9fd993a606c0c03b127b98f6bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:12:15 +0000 Subject: [PATCH] Update mod to v3.26.7 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 723df67..633da60 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.26.6-beta + 3.26.7-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index aef7538..d8bca88 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 = 'bd22be322b243ce1a50a7626fbb76b1cb688018f6447465c2f8b3fa9db1e53f6' + checksum = '79d8bcc4122a1ed983b5372ad4649498746a809ed62ed113dcf01e84bd6edd91' checksumType = 'sha256' }