summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-08-08 17:26:43 -0700
committerGitHub <[email protected]>2025-08-08 17:26:43 -0700
commitc184ec32247bbbffb41ae96316a18b3a24257f0e (patch)
tree3a34494fcff3fb96ed43f1cbc4e346f1f1504a71 /package.json
parentf35921a77171d011d244cba1b2da0531f9749332 (diff)
chore(release): v0.1.18 (#5864)
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 d848a81b..281f59fe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.17",
+ "version": "0.1.18",
"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.17"
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.18"
},
"scripts": {
"start": "node scripts/start.js",