From 9256bad9d885e86417b5aab45c757ab7419524f3 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Wed, 10 Jul 2024 09:23:32 -0400 Subject: [PATCH] Bump extension version to v0.7.11 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 35f907424..023a6529f 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.10", + "version": "0.7.11", "publisher": "Shopify", "repository": { "type": "git",