Skip to content

Commit a4646c8

Browse files
committed
Use languagetool version 6.2 which is latest release at this moment.
1 parent 7bc6ecd commit a4646c8

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
@@ -27,7 +27,7 @@
2727
BASE_URL = os.environ.get('LTP_DOWNLOAD_HOST', 'https://www.languagetool.org/download/')
2828
FILENAME = 'LanguageTool-{version}.zip'
2929

30-
LATEST_VERSION = '6.0'
30+
LATEST_VERSION = '6.2'
3131

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

0 commit comments

Comments
 (0)