mx version bump

This commit is contained in:
Francois Farquet 2024-11-04 11:49:12 +01:00
parent a41de65c7f
commit 4b73258352
1 changed files with 1 additions and 1 deletions

View File

@ -18215,7 +18215,7 @@ def main():
_CACHE_DIR = get_env('MX_CACHE_DIR', join(dot_mx_dir(), 'cache'))
# The version must be updated for every PR (checked in CI) and the comment should reflect the PR's issue
version = VersionSpec("7.33.2") # [GR-59265] Mx Unittest Can't Find test Classes With @Theory Annotation Only
version = VersionSpec("7.34.0") # [GR-58270] Allow syntactic sugar to configure benchmark VM configs
_mx_start_datetime = datetime.utcnow()