From 5d5e79b45120c4e2e2131fc8df1f624250a7ec9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:35:09 +0000 Subject: [PATCH] Update mod to v3.22.3 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index ae0384b..842c529 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.22.2-beta + 3.22.3-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 04346ef..074cdd7 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 = '4a0486aec5e0d6e406316888a11445d5b6e817ddf6add7eafd2a7f574dcfc2ba' + checksum = 'f5424467549a8acf893ac45323b24880c9158757a4953e79c2198bf8f1217826' checksumType = 'sha256' }