From 53549c5029805de2689893653342e6c68b9d06cf Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 31 Oct 2023 12:04:18 -0700 Subject: [PATCH] Update devcontainer-feature.json --- src/foo/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foo/devcontainer-feature.json b/src/foo/devcontainer-feature.json index 7dda9a0..bdb8ac8 100644 --- a/src/foo/devcontainer-feature.json +++ b/src/foo/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "My Feature Foo", "id": "foo", - "version": "0.3.12", + "version": "0.4.0", "description": "Foo!", "installsAfter": [ "ghcr.io/devcontainers/features/common-utils"