From 5c59b5905116d11949a75db8476d6a471ca43727 Mon Sep 17 00:00:00 2001 From: Spirillen <44526987+spirillen@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:54:24 +0100 Subject: [PATCH] sort still not happy --- tools/sort_lists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sort_lists.py b/tools/sort_lists.py index 1857921fdb7..312b29df7fb 100644 --- a/tools/sort_lists.py +++ b/tools/sort_lists.py @@ -12,7 +12,7 @@ import idna import json -VERSION = "0.2b25" # Incremented beta version +VERSION = "0.2b24" # Incremented beta version def find_files_by_name(directory, filenames): matches = []