From 8751c9efd80b75aec24cd67b5d1b20c8001863c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:34:14 +0000 Subject: [PATCH] Update mod to v3.20.12 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 02aec94..1d34966 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.20.11-beta + 3.20.12-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 343189d..ffc08b8 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 = '2fdf3b0c2c5544717e7343937170ca270b7722436a1204a2a3cb602d41d6f864' + checksum = '131b86cf7248a980f76c18ffb3c57e7c037831325a9c9380987d6aa4a6382993' checksumType = 'sha256' }