summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormatt korwel <[email protected]>2025-07-10 09:55:22 -0700
committerGitHub <[email protected]>2025-07-10 16:55:22 +0000
commit75a128e7ee3d9fffb7589d5e498e8c4a6d3bceeb (patch)
treefcda19ff3faafc0092214134a288ddb28afec2d1 /package.json
parent870797c16c7072bd40fa65d0331a1a1650318111 (diff)
chore(release): v0.1.10 (#3749)
Co-authored-by: Gaurav <[email protected]> Co-authored-by: Aryan Sawant <[email protected]> Co-authored-by: neo.alienson <[email protected]>
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 a9044dd2..e9bb2e9c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
- "version": "0.1.9",
+ "version": "0.1.10",
"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.9"
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.10"
},
"scripts": {
"start": "node scripts/start.js",