diff options
| author | Brandon Keiji <[email protected]> | 2025-06-26 02:48:16 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-26 02:48:16 +0000 |
| commit | 01ff27709d7b62491bc2438fb8939da034c1c003 (patch) | |
| tree | 65cebf8a44ed019a9029eba78d6754e6036aab6b /package.json | |
| parent | 1078a546feb047122dfb6354b47e4db71acea8ac (diff) | |
chore: bump to 0.1.5 (#1731)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 27739251..b8ba7466 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@google/gemini-cli", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "workspaces": [ "packages/*" ], "repository": "google-gemini/gemini-cli", "config": { - "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.1" + "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.4" }, "scripts": { "generate": "node scripts/generate-git-commit-info.js", |
