Skip to content

Commit

Permalink
AU: 1 updated - mongodb-atlas
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fmenezes committed Feb 18, 2025
1 parent e042445 commit 15160e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb-atlas/mongodb-atlas.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mongodb-atlas</id>
<version>1.38.0</version>
<version>1.39.0</version>
<owners>MongoDB</owners>
<title>MongoDB Atlas CLI</title>
<authors>MongoDB</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb-atlas/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$url = 'https://github.com/mongodb/mongodb-atlas-cli/releases/download/atlascli/v1.38.0/mongodb-atlas-cli_1.38.0_windows_x86_64.msi'
$checksum = '4a683ba02e2f50b49164a85f6949d38f4fc1264f9bde43bcd7b476aa6aefcde6'
$url = 'https://github.com/mongodb/mongodb-atlas-cli/releases/download/atlascli/v1.39.0/mongodb-atlas-cli_1.39.0_windows_x86_64.msi'
$checksum = '983d20d5bf45b1bb27e0886a88aa0ce1d241e89c36b2a0f89fb4fc3ed6b78a00'

$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 15160e1

Please sign in to comment.