Skip to content

Commit 1992d48

Browse files
authored
Merge pull request #788 from hmaarrfk/mamba_2.1.1
Bump mamba to 2.1.1
2 parents b5c19c8 + 6e27f3f commit 1992d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Miniforge3/construct.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{% set version = os.environ.get("MINIFORGE_VERSION", "25.3.0-2") %}
1+
{% set version = os.environ.get("MINIFORGE_VERSION", "25.3.0-3") %}
22
{% set conda_libmamba_solver_version = "25.3.0" %}
33
# This file is parsed by the scripts to define
44
# - `MICROMAMBA_VERSION` in `scripts/build.sh`
55
# - `MAMBA_VERSION` in `scripts/test.sh`
6-
{% set mamba_version = "2.1.0" %}
6+
{% set mamba_version = "2.1.1" %}
77

88
name: Miniforge3
99
version: {{ version }}

0 commit comments

Comments
 (0)