Skip to content

Commit 89c9b5d

Browse files
chore: bump version of hermes from 9.0.3 to 9.0.4
1 parent 54c6536 commit 89c9b5d

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.4.3",
4+
"version": "0.4.4",
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": "9.0.3"
12+
"default": "9.0.4"
1313
},
1414
"hermes.acquire-insecure": {
1515
"description": "Whether to download `hermes` without checking certificates",

0 commit comments

Comments
 (0)