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

This commit is contained in:
Nathan Flurry 2026-03-15 22:38:30 -07:00
parent bf543d225d
commit 56c80e6c9e
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.3.2-full \
rivetdev/sandbox-agent:0.4.0-rc.2-full \
server --no-token --host 0.0.0.0 --port 2468
```
</Tab>