diff --git a/automatic/mongodb-atlas/mongodb-atlas.nuspec b/automatic/mongodb-atlas/mongodb-atlas.nuspec index 222313441..cb601a4e8 100644 --- a/automatic/mongodb-atlas/mongodb-atlas.nuspec +++ b/automatic/mongodb-atlas/mongodb-atlas.nuspec @@ -4,7 +4,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t mongodb-atlas - 1.29.0 + 1.30.0 MongoDB MongoDB Atlas CLI MongoDB diff --git a/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 b/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 index 2d4e17221..8fe77adaa 100644 --- a/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 +++ b/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ -$url = 'https://github.com/mongodb/mongodb-atlas-cli/releases/download/atlascli/v1.29.0/mongodb-atlas-cli_1.29.0_windows_x86_64.msi' -$checksum = '17ecc459036d6a3cbb33cc4b51bcf15ed79541ce2e184ae05f71d9a2c96d7975' +$url = 'https://github.com/mongodb/mongodb-atlas-cli/releases/download/atlascli/v1.30.0/mongodb-atlas-cli_1.30.0_windows_x86_64.msi' +$checksum = 'c9d382f27ce121e4fb4a85fbd99444e942c137e22a466db52ac11cba4b127433' $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"