From 8e22ebe0f6daec6d04280130a3fd107001c60755 Mon Sep 17 00:00:00 2001 From: "Alicia A. Evans" <108547992+aliciaaevans@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:42:10 -0500 Subject: [PATCH] update to bioconda-utils 2.11.1 (#46) --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 3da41b2..c3e2a79 100644 --- a/common.sh +++ b/common.sh @@ -1,3 +1,3 @@ -BIOCONDA_UTILS_TAG=v2.11.0 +BIOCONDA_UTILS_TAG=v2.11.1 MAMBAFORGE_VER=23.1.0-1 MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge"