From e8eb6a3709f577c8ee08a2396d54d0dfaca1a54a Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Tue, 11 Mar 2025 11:28:16 -0400 Subject: [PATCH] Bump bundled micromamba version (on Unix) to match current miniforge --- build_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_installer.py b/build_installer.py index be489be..1c5d44e 100755 --- a/build_installer.py +++ b/build_installer.py @@ -93,7 +93,7 @@ if __name__ == "__main__": ) parser.add_argument( "--micromamba_version", - default="1.3.1", + default="1.5.12", help=( "Version of micromamba to download and bundle into the installer." " (default: %(default)s)"