From 75f3181c08ea443605ae1c03d8cfa9c3bee143b9 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Sat, 29 Jun 2024 15:53:49 -0400 Subject: [PATCH] Update tag to use in README and docs to 0.7.0 (#2683) Co-authored-by: Mahmoud Work --- README.md | 2 +- docs/modules/usage/intro.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0af171a78c..177018649f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ docker run -it \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name opendevin-app-$(date +%Y%m%d%H%M%S) \ - ghcr.io/opendevin/opendevin:0.6.2 + ghcr.io/opendevin/opendevin:0.7 ``` You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`. diff --git a/docs/modules/usage/intro.mdx b/docs/modules/usage/intro.mdx index 757dbfdcbf..303341fa45 100644 --- a/docs/modules/usage/intro.mdx +++ b/docs/modules/usage/intro.mdx @@ -78,7 +78,7 @@ docker run -it \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name opendevin-app-$(date +%Y%m%d%H%M%S) \ - ghcr.io/opendevin/opendevin:0.6.2 + ghcr.io/opendevin/opendevin:0.7 ``` You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.