We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2f365 commit 921264eCopy full SHA for 921264e
language_tool_python/download_lt.py
@@ -32,7 +32,7 @@
32
FILENAME_RELEASE = 'LanguageTool-{version}.zip'
33
34
LTP_DOWNLOAD_VERSION = 'latest'
35
-LT_SNAPSHOT_CURRENT_VERSION = '6.7-SNAPSHOT'
+LT_SNAPSHOT_CURRENT_VERSION = '6.8-SNAPSHOT'
36
37
JAVA_VERSION_REGEX = re.compile(
38
r'^(?:java|openjdk) version "(?P<major1>\d+)(|\.(?P<major2>\d+)\.[^"]+)"',
0 commit comments