We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdd962 commit 2c60a75Copy full SHA for 2c60a75
client/src/constants.ts
@@ -3,7 +3,7 @@ export namespace Constants {
3
export const LS_VENV_NAME = "glsenv";
4
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
5
export const GALAXY_LS = "galaxyls";
6
- export const GALAXY_LS_VERSION = "0.13.1";
+ export const GALAXY_LS_VERSION = "0.13.2";
7
export const LANGUAGE_ID = "galaxytool";
8
export const TOOL_DOCUMENT_EXTENSION = "xml";
9
0 commit comments