From 2206adb6f239748a1ae6d3e1ef9abb0e70442ed6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:14:04 +0000 Subject: [PATCH] Update mod to v2.2.1 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 6b08cb8..028119c 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 2.1.15-beta + 2.2.1-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 58a8e13..0bbd968 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 = '90a47a38f2f748d2914f7c17255bf20edc616be73b00dd2c191f9f9d0f527dc6' + checksum = '0620008fc01ae8dbc8faf857eeccc8447f274df486a2dd7e0e4dda3b652c7322' checksumType = 'sha256' }