From c4712117c7244e545256d0d797d5358497d358d3 Mon Sep 17 00:00:00 2001
From: Julian <julian@cccv.de>
Date: Thu, 7 Mar 2024 00:36:41 +0000
Subject: [PATCH] Bump latest_stable_version to 27.1.7

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

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