From 0d919fb3d111987a9c90c3fbf11f0e8b67ba01a2 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 21 Aug 2024 19:57:34 +0100 Subject: [PATCH] Bump extension version to v0.7.16 --- vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.json b/vscode/package.json index c4803d22f..5ef1b35e8 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.15", + "version": "0.7.16", "publisher": "Shopify", "repository": { "type": "git",