From 22cd08dc571b85f5d9bf3114fd83033213e79982 Mon Sep 17 00:00:00 2001 From: bunnie Date: Mon, 25 Dec 2023 23:06:07 +0800 Subject: [PATCH] bump version in restore script --- tools/restore.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/restore.py b/tools/restore.py index bb08787ef..f60e1de1d 100644 --- a/tools/restore.py +++ b/tools/restore.py @@ -657,6 +657,7 @@ def main(): # now try to download all the artifacts and check their versions # this list should visit kernels in order from newest to oldest. URL_LIST = [ + 'https://ci.betrusted.io/releases/v0.9.15/', 'https://ci.betrusted.io/releases/v0.9.14/', 'https://ci.betrusted.io/releases/v0.9.13/', 'https://ci.betrusted.io/releases/v0.9.12/',