summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-02 22:20:28 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-02 22:20:28 -0700
commit2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb (patch)
tree4063a19165d0d58b196e76175d36dd1b333ccc8f
parentfdb043a2320abcea3f9c835c6dcdec0050e89553 (diff)
parent6e0d0f48298f24e194568361a58c9a8a9ba9a13f (diff)
downloadsncontinue-2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb.tar.gz
sncontinue-2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb.tar.bz2
sncontinue-2bc5547dc9878991e744f5fb7d3bb5c51e4ab3eb.zip
Merge branch 'package-python' of https://github.com/continuedev/continue into package-python
-rw-r--r--extension/package-lock.json2
-rw-r--r--extension/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json
index fc75b606..9be3304d 100644
--- a/extension/package-lock.json
+++ b/extension/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "continue",
- "version": "0.0.243",
+ "version": "0.0.244",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/extension/package.json b/extension/package.json
index 39165c48..b9b79c28 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.243",
+ "version": "0.0.244",
"publisher": "Continue",
"engines": {
"vscode": "^1.67.0"