chore(release): update version to 0.4.0-rc.3

This commit is contained in:
Nathan Flurry 2026-03-15 23:26:42 -07:00
parent f0ec8e497b
commit 7faed2f43a
28 changed files with 37 additions and 37 deletions

View file

@ -242,7 +242,7 @@ icon: "rocket"
docker run -p 2468:2468 \
-e ANTHROPIC_API_KEY="sk-ant-..." \
-e OPENAI_API_KEY="sk-..." \
rivetdev/sandbox-agent:0.4.0-rc.2-full \
rivetdev/sandbox-agent:0.4.0-rc.3-full \
server --no-token --host 0.0.0.0 --port 2468
```
</Tab>