Skip to content

Commit

Permalink
Update version of micromamba used to 1.3.1 (matching miniforge).
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz committed Apr 26, 2023
1 parent 2e1722d commit 151add2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_installer.py
Expand Up @@ -93,7 +93,7 @@ def get_micromamba(cache_dir, platform, version=None) -> pathlib.Path:
)
parser.add_argument(
"--micromamba_version",
default="0.24.0",
default="1.3.1",
help=(
"Version of micromamba to download and bundle into the installer."
" (default: %(default)s)"
Expand Down

0 comments on commit 151add2

Please sign in to comment.