From 894f33254e7efb71e04e003d6ddab5e3a05b5ab8 Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 29 May 2025 20:43:58 -0400 Subject: [PATCH] Match the current version --- tubesync/tubesync/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/tubesync/settings.py b/tubesync/tubesync/settings.py index 938f7ecd..ea2f668b 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -9,7 +9,7 @@ CONFIG_BASE_DIR = BASE_DIR DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = '0.15.7' +VERSION = '0.15.6' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []