Skip to content

Commit 2c60a75

Browse files
committed
Bump Galaxy Language Server version to 0.13.2
1 parent bbdd962 commit 2c60a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export namespace Constants {
33
export const LS_VENV_NAME = "glsenv";
44
export const GALAXY_LS_PACKAGE = "galaxy-language-server";
55
export const GALAXY_LS = "galaxyls";
6-
export const GALAXY_LS_VERSION = "0.13.1";
6+
export const GALAXY_LS_VERSION = "0.13.2";
77
export const LANGUAGE_ID = "galaxytool";
88
export const TOOL_DOCUMENT_EXTENSION = "xml";
99

0 commit comments

Comments
 (0)