summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-06-27 20:57:07 +0000
committerGitHub <[email protected]>2025-06-27 20:57:07 +0000
commit8d1d40cc7a716f62b5909f788c998c876170eb49 (patch)
tree97200443d8b0cb33eb1f727100211d50e80eb899 /package.json
parenta2a46c7c6700edc6840faa2675d92695d2d3104d (diff)
chore: bump to 0.1.6 (#2285)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index e3f670bb..11fb2c95 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.5",
+ "version": "0.1.6",
"engines": {
"node": ">=18.0.0"
},
@@ -10,7 +10,7 @@
],
"repository": "google-gemini/gemini-cli",
"config": {
- "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.4"
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.5"
},
"scripts": {
"generate": "node scripts/generate-git-commit-info.js",