Skip to content

Commit b6fc5de

Browse files
authored
chore(ghc): update version
1 parent c311883 commit b6fc5de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ghc/devcontainer-feature.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "ghc - A teeny tiny git hooks manager tool",
33
"id": "ghc",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "A teeny tiny git hooks manager tool",
66
"options": {
77
"version": {
88
"type": "string",
99
"proposals": [
10-
"0.0.2"
10+
"0.1.0"
1111
],
12-
"default": "0.0.2",
12+
"default": "0.1.0",
1313
"description": "Select or enter ghc version to install."
1414
}
1515
},
1616
"installsAfter": [
1717
"ghcr.io/devcontainers/features/common-utils"
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)