diff --git a/fdroidserver/update.py b/fdroidserver/update.py index c4ddd250..69fc0ec4 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -741,7 +741,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories): repoel.setAttribute("url", config['repo_url']) addElement('description', config['repo_description'], doc, repoel) - repoel.setAttribute("version", "12") + repoel.setAttribute("version", "13") repoel.setAttribute("timestamp", str(int(time.time()))) nosigningkey = False