chore: pump version to 0.2.3 (#1073)

This commit is contained in:
tanzhenxin 2025-11-20 10:09:12 +08:00 committed by GitHub
parent 97bf48b14c
commit 3c64f7bff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.2.2",
"version": "0.2.3",
"engines": {
"node": ">=20.0.0"
},
@ -13,7 +13,7 @@
"url": "git+https://github.com/QwenLM/qwen-code.git"
},
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.2"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.3"
},
"scripts": {
"start": "cross-env node scripts/start.js",