From 16ba96ac326f744a99bcb08236185dd25ffa9551 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:51:43 +0000 Subject: [PATCH] Update mod to v3.22.0 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 4e5af4c..8387983 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.21.2-beta + 3.22.0-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 8253135..c537c08 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 = 'be560701ed41e5d4e3f309ab4d0d826ccda64673749a5a1ac5759c176b2b88d8' + checksum = '7d57f197e486a0c0844589109e851463c5089f3badf529fce5b2a4513a57568f' checksumType = 'sha256' }