From 2dbb72289213094d10d351593d3fe4976234b9d6 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 8 Oct 2024 10:52:25 -0400 Subject: [PATCH] Bump extension version to v0.8.3 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 694b77c97..3b3a33a1f 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.2", + "version": "0.8.3", "publisher": "Shopify", "repository": { "type": "git",