mirror of https://github.com/graalvm/mx.git
mx version bump
This commit is contained in:
parent
a41de65c7f
commit
4b73258352
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue