diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-24 00:52:06 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-24 00:52:06 -0700 |
commit | 885f88af1d7b35e03b1de4df3e74a60da1a777ed (patch) | |
tree | 57ed72ef7121e60f1601978bf0a67c4d6b81d2f1 /extension/package.json | |
parent | eb51662a0150f294c60b0fb38e057c9e8ffee2c9 (diff) | |
download | sncontinue-885f88af1d7b35e03b1de4df3e74a60da1a777ed.tar.gz sncontinue-885f88af1d7b35e03b1de4df3e74a60da1a777ed.tar.bz2 sncontinue-885f88af1d7b35e03b1de4df3e74a60da1a777ed.zip |
move proxy server unique id to header
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 6ab2d74a..884b518c 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.189", + "version": "0.0.190", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |