From e595fe0757375197d2cdacdafb4800755a16e1f2 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 23 Sep 2024 14:28:48 -0700 Subject: [PATCH] Bump devcontainer-feature.json version (#399) I always forget this... For https://github.com/rapidsai/devcontainers/pull/397 in this case. --- features/src/rapids-build-utils/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/rapids-build-utils/devcontainer-feature.json b/features/src/rapids-build-utils/devcontainer-feature.json index b6792894..6bd22f7f 100644 --- a/features/src/rapids-build-utils/devcontainer-feature.json +++ b/features/src/rapids-build-utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "NVIDIA RAPIDS devcontainer build utilities", "id": "rapids-build-utils", - "version": "24.10.10", + "version": "24.10.11", "description": "A feature to install the RAPIDS devcontainer build utilities", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env"