Skip to content

Commit b201f58

Browse files
hermes: update to hermes 9.0.0
1 parent 617261a commit b201f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hermes/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
{
33
"id": "hermes",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"name": "Development Container Feature - hermes",
66
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/hermes",
77
"description": "Use [`hermes`](https://github.com/georglauterbach/hermes) in your container",
88
"options": {
99
"hermes.version": {
1010
"description": "The released version of hermes to use",
1111
"type": "string",
12-
"default": "8.0.0"
12+
"default": "9.0.0"
1313
},
1414
"hermes.acquire-insecure": {
1515
"description": "Whether to download `hermes` without checking certificates",

0 commit comments

Comments
 (0)