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 | 36a2b72db549e2dde5a28d06c87df036a4e3afa0 (patch) | |
tree | 26e9459f5add34d9c8b77eaae672bd30e52c42bd /extension/package.json | |
parent | 436225436ef8379687a80e0b9595ddd4b488d946 (diff) | |
download | sncontinue-36a2b72db549e2dde5a28d06c87df036a4e3afa0.tar.gz sncontinue-36a2b72db549e2dde5a28d06c87df036a4e3afa0.tar.bz2 sncontinue-36a2b72db549e2dde5a28d06c87df036a4e3afa0.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" |