diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-09 03:25:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 03:25:04 +0300 |
commit | e90f4f9e0a327466254f3f1693fbe75aaa2a862f (patch) | |
tree | b99a757737d0f913d2d91ccab839190d96b606c3 /src/git/devcontainer-feature.json | |
parent | 32578d6c4d28d78e17f3943273f3445dec3b2bd9 (diff) |
git : Remove misleading variables (#146)
* remove misleading ppa value
* add test
* nit
* bump version
Diffstat (limited to 'src/git/devcontainer-feature.json')
-rw-r--r-- | src/git/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/devcontainer-feature.json b/src/git/devcontainer-feature.json index b1788cf..6f0e717 100644 --- a/src/git/devcontainer-feature.json +++ b/src/git/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "git", - "version": "1.0.2", + "version": "1.0.3", "name": "Git (from source)", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/git", "description": "Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies.", |