From 542e8969f1a1b0623d50f4e7a02be88af52fc14a Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Thu, 16 Jan 2025 11:07:37 -0500 Subject: [PATCH] Bump extension version to v0.8.18 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 1d44fd9ff..50daf2ccc 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "ruby-lsp", "displayName": "Ruby LSP", "description": "VS Code plugin for connecting with the Ruby LSP", - "version": "0.8.17", + "version": "0.8.18", "publisher": "Shopify", "repository": { "type": "git",