diff --git a/plugin/constants.py b/plugin/constants.py index a99014d..18d78f7 100644 --- a/plugin/constants.py +++ b/plugin/constants.py @@ -7,5 +7,5 @@ PACKAGE_NAME = __package__.partition(".")[0] PLATFORM_ARCH = f"{sublime.platform()}_{sublime.arch()}" -SERVER_VERSION = "0.0.24" +SERVER_VERSION = "0.0.26" """The server tag. You can find them on https://github.com/astral-sh/ty/releases"""