From d11b464ad94b5887429eacf99383d3c5fcea35e6 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Mon, 27 Nov 2023 04:10:07 +0800 Subject: [PATCH] Update server to version 2023-11-26 (#19) --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 35b359e..42409fc 100644 --- a/plugin.py +++ b/plugin.py @@ -6,7 +6,7 @@ import urllib.request -MARKSMAN_TAG = '2023-10-30' +MARKSMAN_TAG = '2023-11-26' MARKSMAN_RELEASES_BASE = 'https://github.com/artempyanykh/marksman/releases/download/{tag}/{platform}' USER_AGENT = 'Sublime Text LSP'