Skip to content

Commit

Permalink
Bump mx version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Sep 4, 2023
1 parent 79be612 commit ee472a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -18783,7 +18783,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("6.45.0") # multi-arch layout dirs
version = VersionSpec("6.45.1") # GR-48321 Fix JARDistribution exclude list not triggering rebuild

_mx_start_datetime = datetime.utcnow()
_last_timestamp = _mx_start_datetime
Expand Down

0 comments on commit ee472a7

Please sign in to comment.