From c7fbd15bdabddc2e6d1d9d6480db5aaf535b0f40 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Fri, 25 Oct 2024 16:13:16 -0400 Subject: [PATCH] Bump extension version to v0.8.11 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 0fcf8e89a..02a8bc3a1 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.10", + "version": "0.8.11", "publisher": "Shopify", "repository": { "type": "git",