From 762a51432b2be4563a11dadb22b24f89f25aaf89 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Fri, 27 Oct 2023 21:48:55 +0200
Subject: [PATCH] Bump latest_stable_version to 26.0.7

---
 scripts/appstore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/appstore.py b/scripts/appstore.py
index 3525081..a20ce8c 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 = '25.0.5'
+	latest_stable_version = '26.0.7'
 	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