From 7b6c99f4dc04924336febd54daefe291a3837c1d Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sun, 26 Mar 2023 11:26:48 -0400 Subject: [PATCH] Update conda to 23.1.0 --- Miniforge3/construct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 1b6e80b8..c238619b 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -1,4 +1,4 @@ -{% set version = os.environ.get("MINIFORGE_VERSION", "22.11.1-4") %} +{% set version = os.environ.get("MINIFORGE_VERSION", "23.1.0-0") %} {% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %} name: {{ name }}