From c4f78a7e35c30b78883f3bf38fb5d4342b843f36 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Mon, 30 Sep 2024 12:24:41 -0400 Subject: [PATCH] Bump extension version to v0.8.2 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 72b0bf80c..5826c3eb4 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.1", + "version": "0.8.2", "publisher": "Shopify", "repository": { "type": "git",