diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-10 23:13:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 23:13:27 -0700 |
commit | a8795b929bb18f623a64fedcdbb83a790266943b (patch) | |
tree | fd71eaba516c25d8fdb718d5c5d3d50b61a51647 /extension/package.json | |
parent | a6967ce6c68bc63d9804c535132305b919bbd4d4 (diff) | |
parent | b7ef7ccf7580f989d2dbf8450f3f2e79129ba80e (diff) | |
download | sncontinue-a8795b929bb18f623a64fedcdbb83a790266943b.tar.gz sncontinue-a8795b929bb18f623a64fedcdbb83a790266943b.tar.bz2 sncontinue-a8795b929bb18f623a64fedcdbb83a790266943b.zip |
Merge pull request #232 from continuedev/asyncio-error-catching
Asyncio error catching
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index 0477a450..c41fa549 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.143", + "version": "0.0.147", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |