Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Feb 10, 2024
1 parent dc58f56 commit d1a1e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mx/_impl/mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit d1a1e46

Please sign in to comment.