From 0b7090cbc0b48ddc04df161640c800679359c340 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Thu, 28 Mar 2024 09:59:59 -0400 Subject: [PATCH] Bump extension version to v0.5.16 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index 8dcf66a3b..fbf69d883 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.5.15", + "version": "0.5.16", "publisher": "Shopify", "repository": { "type": "git",