From cb96da0ae28e807df5ec441daac26b1c77d5334d Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 28 Jan 2025 11:12:33 -0500 Subject: [PATCH] Bump extension version to v0.9.0 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index af162f1b9..abd8f060c 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.19", + "version": "0.9.0", "publisher": "Shopify", "repository": { "type": "git",