diff --git a/tools/sort_lists.py b/tools/sort_lists.py index 312b29df7fb..1857921fdb7 100644 --- a/tools/sort_lists.py +++ b/tools/sort_lists.py @@ -12,7 +12,7 @@ import idna import json -VERSION = "0.2b24" # Incremented beta version +VERSION = "0.2b25" # Incremented beta version def find_files_by_name(directory, filenames): matches = []