From c966c46f22249d718a0b79490aa9d99c7d54faaa Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Wed, 5 Jun 2024 12:34:15 -0400 Subject: [PATCH] Bump extension version to v0.7.3 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 24991aca3..8c8b0d150 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.7.2", + "version": "0.7.3", "publisher": "Shopify", "repository": { "type": "git",