From bee8ce090d44773a062b540f855e5d96c436ff0f Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Mon, 7 Oct 2024 17:53:54 +0800 Subject: [PATCH] Update server to version 2024-10-07 (#27) --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index f8939fb..e1452ff 100644 --- a/plugin.py +++ b/plugin.py @@ -8,7 +8,7 @@ import urllib.request -MARKSMAN_TAG = '2023-12-09' +MARKSMAN_TAG = '2024-10-07' MARKSMAN_RELEASES_BASE = 'https://github.com/artempyanykh/marksman/releases/download/{tag}/{platform}' USER_AGENT = 'Sublime Text LSP'