diff --git a/src/mx/_impl/mx.py b/src/mx/_impl/mx.py index 6677f6eb..052a36cf 100755 --- a/src/mx/_impl/mx.py +++ b/src/mx/_impl/mx.py @@ -19245,7 +19245,7 @@ def alarm_handler(signum, frame): abort(1, killsig=signal.SIGINT) # The version must be updated for every PR (checked in CI) and the comment should reflect the PR's issue -version = VersionSpec("7.9.1") # GR-51960: make fetch-jdk work on Windows +version = VersionSpec("7.9.2") # fix mx mergetool-suite-import _mx_start_datetime = datetime.utcnow()