From ee472a7f9a9891d33164f56281c80d1336507867 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 4 Sep 2023 15:12:47 +0200 Subject: [PATCH] Bump mx version --- mx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mx.py b/mx.py index dc58272a..fe12b916 100755 --- a/mx.py +++ b/mx.py @@ -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