From 896ed1e8973c7739db117a1ff6432407b419a76d Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Mon, 19 Sep 2022 21:02:40 +0000 Subject: [PATCH] Bump latest_stable_version to 24.0.5 --- scripts/appstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appstore.py b/scripts/appstore.py index 0c85a7b..4ac4e36 100755 --- a/scripts/appstore.py +++ b/scripts/appstore.py @@ -191,7 +191,7 @@ def update(): #latest_stable_version = platforms[-1]['version'] #if latest_stable_version.endswith('.0.0'): # latest_stable_version = platforms[-2]['version'] - latest_stable_version = '23.0.5' + latest_stable_version = '24.0.5' r = requests.get(f'https://apps.nextcloud.com/api/v1/platform/{latest_stable_version}/apps.json') apps = r.json() apps.sort(key=lambda app: app['id']) -- GitLab