summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-08-03 13:38:03 -0700
committerGitHub <[email protected]>2025-08-03 13:38:03 -0700
commit70478b92a948b41a96963a4f3de057670bb4564f (patch)
tree442d2a69730e32a90bd4bd8a7bb6682d23d7aa75 /package.json
parent2cdaf912ba43a79e68baa74db6086b7f41bc3b82 (diff)
chore(release): v0.1.16 (#5478)
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 9d4f18c8..ec01287f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.15",
+ "version": "0.1.16",
"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.15"
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.16"
},
"scripts": {
"start": "node scripts/start.js",