Skip to content

Commit 780d7f0

Browse files
(DOCSP-10685): Update mcli-version, remove alpha banner
1 parent a6360d5 commit 780d7f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'version': version,
6262
'mcli': 'MongoDB CLI',
6363
'mcli-long': 'MongoDB Command Line Interface (``mongocli``)',
64-
'mcli-version': '0.5.0',
64+
'mcli-version': '1.0.0',
6565
'mdbVersion': '4.2',
6666
'mdbagent': 'MongoDB Agent',
6767
'aagent': 'Automation Agent',
@@ -273,7 +273,7 @@
273273
'nav_excluded': sconf.theme.nav_excluded,
274274
'version_selector': get_versions(conf),
275275
'is_upcoming': False,
276-
'is_alpha': True,
276+
'is_alpha': False,
277277
}
278278

279279
html_sidebars = sconf.sidebars

source/includes/steps-install-mcli-binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ content: |
1818
- :gh:`.zip </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_windows_x86_64.zip>`
1919
2020
* - MacOS
21-
- :gh:`.tar.gz </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_macos_x86_64.tar.gz>`
21+
- :gh:`.tar.gz </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_macos_signed_x86_64.zip>`
2222
2323
* - Ubuntu/Debian
2424
- :gh:`.deb </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_linux_x86_64.deb>`

0 commit comments

Comments
 (0)