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 | 1f050f737f7fa426bc4e3340abee7753095e792e (patch) | |
tree | 0cfd982be18fcb529025b930615677d1fef04038 /extension/package.json | |
parent | 23f0d7b3677335743004e48ef3e6878df54ca693 (diff) | |
parent | 20797dbdcdbcfc75d4eaa7cdfccfd384ecbdecd8 (diff) | |
download | sncontinue-1f050f737f7fa426bc4e3340abee7753095e792e.tar.gz sncontinue-1f050f737f7fa426bc4e3340abee7753095e792e.tar.bz2 sncontinue-1f050f737f7fa426bc4e3340abee7753095e792e.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" |