瀏覽代碼

Bump docs to 0.6 (#2193)

* Bump docs to 0.6

* Update README.md
Graham Neubig 1 年之前
父節點
當前提交
efd689293e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      docs/modules/usage/intro.mdx

+ 1 - 1
README.md

@@ -71,7 +71,7 @@ docker run -it \
     -v /var/run/docker.sock:/var/run/docker.sock \
     -p 3000:3000 \
     --add-host host.docker.internal:host-gateway \
-    ghcr.io/opendevin/opendevin:0.5
+    ghcr.io/opendevin/opendevin:0.6
 ```
 
 You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000).

+ 1 - 1
docs/modules/usage/intro.mdx

@@ -83,7 +83,7 @@ docker run -it \
     -v /var/run/docker.sock:/var/run/docker.sock \
     -p 3000:3000 \
     --add-host host.docker.internal:host-gateway \
-    ghcr.io/opendevin/opendevin:0.5
+    ghcr.io/opendevin/opendevin:0.6
 ```
 
 You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000).