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 7bc6ecd commit a4646c8Copy full SHA for a4646c8
language_tool_python/download_lt.py
@@ -27,7 +27,7 @@
27
BASE_URL = os.environ.get('LTP_DOWNLOAD_HOST', 'https://www.languagetool.org/download/')
28
FILENAME = 'LanguageTool-{version}.zip'
29
30
-LATEST_VERSION = '6.0'
+LATEST_VERSION = '6.2'
31
32
JAVA_VERSION_REGEX = re.compile(
33
r'^(?:java|openjdk) version "(?P<major1>\d+)(|\.(?P<major2>\d+)\.[^"]+)"',
0 commit comments