diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 23:37:25 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 23:37:25 -0700 |
commit | 45bf86caae1ca1093820466e0bc41b8d0ed7fa66 (patch) | |
tree | 22fb704527f425610638fdf649b3019468855e6f | |
parent | 6d7507e6a71efaa5c3d9795b6e2ea97634674fe2 (diff) | |
parent | 1fd7bf379659ad282e445512e29d38b6a654684d (diff) | |
download | sncontinue-45bf86caae1ca1093820466e0bc41b8d0ed7fa66.tar.gz sncontinue-45bf86caae1ca1093820466e0bc41b8d0ed7fa66.tar.bz2 sncontinue-45bf86caae1ca1093820466e0bc41b8d0ed7fa66.zip |
Merge branch 'package-python' of https://github.com/continuedev/continue into package-python
-rw-r--r-- | extension/package-lock.json | 2 | ||||
-rw-r--r-- | extension/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index fa511289..e0e6a2a4 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.237", + "version": "0.0.238", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index 04160b9c..86ad2430 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.237", + "version": "0.0.238", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |