Skip to content

Commit fa516f7

Browse files
committed
Merge branch 'main' of github.com:All-Hands-AI/OpenHands into add-prompt-caching
2 parents 8045111 + 36d1745 commit fa516f7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ docker run -it \
6767
-p 3000:3000 \
6868
--add-host host.docker.internal:host-gateway \
6969
--name openhands-app-$(date +%Y%m%d%H%M%S) \
70-
ghcr.io/opendevin/opendevin:0.8
70+
ghcr.io/all-hands-ai/openhands:0.9
7171
```
7272

7373
> [!NOTE]
74-
> This command pulls the `0.8` tag, which represents the most recent stable release of OpenHands. You have other options as well:
74+
> This command pulls the `0.9` tag, which represents the most recent stable release of OpenHands. You have other options as well:
7575
> - For a specific release version, use `ghcr.io/all-hands-ai/openhands:<OpenHands_version>` (replace <OpenHands_version> with the desired version number).
7676
> - For the most up-to-date development version, use `ghcr.io/all-hands-ai/openhands:main`. This version may be **(unstable!)** and is recommended for testing or development purposes only.
7777
>

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openhands-frontend",
3-
"version": "0.8.3",
3+
"version": "0.9.0",
44
"private": true,
55
"type": "module",
66
"engines": {

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openhands"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
description = "OpenHands: Code Less, Make More"
55
authors = ["OpenHands"]
66
license = "MIT"

0 commit comments

Comments
 (0)