Skip to content

Commit 151add2

Browse files
committed
Update version of micromamba used to 1.3.1 (matching miniforge).
1 parent 2e1722d commit 151add2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_micromamba(cache_dir, platform, version=None) -> pathlib.Path:
9393
)
9494
parser.add_argument(
9595
"--micromamba_version",
96-
default="0.24.0",
96+
default="1.3.1",
9797
help=(
9898
"Version of micromamba to download and bundle into the installer."
9999
" (default: %(default)s)"

0 commit comments

Comments
 (0)