Skip to content

Commit 921264e

Browse files
committed
fix (version): upgrading language tool from 6.7-snapshot to 6.8-snapshot
1 parent 3e2f365 commit 921264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language_tool_python/download_lt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
FILENAME_RELEASE = 'LanguageTool-{version}.zip'
3333

3434
LTP_DOWNLOAD_VERSION = 'latest'
35-
LT_SNAPSHOT_CURRENT_VERSION = '6.7-SNAPSHOT'
35+
LT_SNAPSHOT_CURRENT_VERSION = '6.8-SNAPSHOT'
3636

3737
JAVA_VERSION_REGEX = re.compile(
3838
r'^(?:java|openjdk) version "(?P<major1>\d+)(|\.(?P<major2>\d+)\.[^"]+)"',

0 commit comments

Comments
 (0)