From eda9515bfe8c4b6ee09640424fd66b02872c09e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:06:02 +0000 Subject: [PATCH] Update mod to v3.24.0 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 638fffe..fbd275a 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.23.0-beta + 3.24.0-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index fc2aa28..5be99a2 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 = '915d1a60a0da45674005acfe8a42267b1f8ee6af949715c739ecb0c70d67f82c' + checksum = 'aed7ebcbf1b431531c95418b3ae804d6129fd584940dbd2f5c36b31e13f1ccab' checksumType = 'sha256' }