misc: Update version info for develop branch

Change-Id: Icd409acda0e88852938b2af9f170e2a410e91f8c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67053
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2022-12-30 20:28:55 +00:00
committed by Bobby Bruce
parent 28a871b037
commit bbeec2d758
11 changed files with 37 additions and 37 deletions

View File

@@ -55,7 +55,7 @@ def _resources_json_version_required() -> str:
"""
Specifies the version of resources.json to obtain.
"""
return "22.1"
return "develop"
def _get_resources_json_uri() -> str: