Skip to content

Commit

Permalink
Use languagetool version 6.2 which is latest release at this moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Mar 12, 2024
1 parent 7bc6ecd commit a4646c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language_tool_python/download_lt.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
BASE_URL = os.environ.get('LTP_DOWNLOAD_HOST', 'https://www.languagetool.org/download/')
FILENAME = 'LanguageTool-{version}.zip'

LATEST_VERSION = '6.0'
LATEST_VERSION = '6.2'

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

0 comments on commit a4646c8

Please sign in to comment.