diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-17 12:48:10 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-17 12:48:10 -0700 |
commit | 6d5c07240763b985a32bdb554d600c7423698497 (patch) | |
tree | 5cd145acff6f11feed7d3c41acf23ba0a96a1782 /extension/package.json | |
parent | e65a15f50d226acd802ffc580306e1477394ffe0 (diff) | |
download | sncontinue-6d5c07240763b985a32bdb554d600c7423698497.tar.gz sncontinue-6d5c07240763b985a32bdb554d600c7423698497.tar.bz2 sncontinue-6d5c07240763b985a32bdb554d600c7423698497.zip |
float -> int hot fix
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 8462bf68..121423ed 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.177", + "version": "0.0.178", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |