summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-08-04 21:37:32 -0700
committerGitHub <[email protected]>2025-08-04 21:37:32 -0700
commitc7a1de49832b7a5a6f62115085620dea97eb92cc (patch)
tree3a8f2392c04d2eb6d9bd93c472c82a1c6b8e22c5 /package.json
parent49001a0f831ac4c3b00f2e249a9155cc9bfda7e5 (diff)
chore(release): v0.1.17 (#5561)
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 ec01287f..bb7896c5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.16",
+ "version": "0.1.17",
"engines": {
"node": ">=20.0.0"
},
@@ -14,7 +14,7 @@
"url": "git+https://github.com/google-gemini/gemini-cli.git"
},
"config": {
- "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.16"
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.17"
},
"scripts": {
"start": "node scripts/start.js",