From 2036ed4068a66d2991af4f0a2c2ada11e8d4d14c Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 22 Oct 2024 12:44:04 -0400 Subject: [PATCH] Bump extension version to v0.8.8 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 27f9f196e..6ef12643a 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.7", + "version": "0.8.8", "publisher": "Shopify", "repository": { "type": "git",