We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc0318 commit 679a266Copy full SHA for 679a266
1 file changed
plugin/constants.py
@@ -7,5 +7,5 @@
7
PACKAGE_NAME = __package__.partition(".")[0]
8
PLATFORM_ARCH = f"{sublime.platform()}_{sublime.arch()}"
9
10
-SERVER_VERSION = "0.0.24"
+SERVER_VERSION = "0.0.26"
11
"""The server tag. You can find them on https://github.com/astral-sh/ty/releases"""
0 commit comments