Skip to content

Commit e1fd24d

Browse files
committed
Update to 4.0.0 in Readme
1 parent 3623ed5 commit e1fd24d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configuration in the root directory (`my-bash-project`):
5050
{
5151
"version": 2,
5252
"functions": {
53-
"api/*.sh": { "runtime": "vercel-bash@3.0.8" }
53+
"api/*.sh": { "runtime": "vercel-bash@4.0.0" }
5454
}
5555
}
5656
```
@@ -63,7 +63,7 @@ The `IMPORT_` prefix must not be set in this case:
6363
"version": 2,
6464
"functions": {
6565
"api/*.sh": {
66-
"runtime": "vercel-bash@3.0.8",
66+
"runtime": "vercel-bash@4.0.0",
6767
"config": {
6868
"import": {
6969
"DEBUG": "1"

0 commit comments

Comments
 (0)