diff options
author | Raymond <44623277+raymond-chetty@users.noreply.github.com> | 2023-05-01 18:38:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 18:38:01 +0300 |
commit | b16ff1efb7b092c73ab1e13c3d016d1ab7a9e4b6 (patch) | |
tree | 40e89d2d5c12e7a41ea6adc43592d4d4e47691da | |
parent | e2b3b48bc52be49b4e0063012e9ccdf0bf7672f4 (diff) |
Update devcontainer-feature.json (#539)feature_common-utils_2.0.9
#535 update the patch version to 2.0.9
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 8a53255..9ae905b 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "2.0.8", + "version": "2.0.9", "name": "Common Utilities", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", |