From 795b5d7bfe50a165c3c5acba67081effb80f1028 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Fri, 18 Oct 2024 10:21:57 -0400 Subject: [PATCH] Bump extension version to v0.8.7 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 716f0484f..05e37d86a 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.6", + "version": "0.8.7", "publisher": "Shopify", "repository": { "type": "git",