From 9723d59d79aca40680b94fe2484cb3f37b6dae62 Mon Sep 17 00:00:00 2001 From: Rinesh Ramadhin Date: Fri, 15 Jul 2022 20:59:35 +0200 Subject: [PATCH] bump version --- config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.py b/config/settings.py index eb2f509..0140cc1 100644 --- a/config/settings.py +++ b/config/settings.py @@ -15,7 +15,7 @@ # Build information of the Web DL API -VERSION = '2.23.0' +VERSION = '2.23.1' REPOSITORY = 'https://github.com/web-dl-tools/api.git' # Build paths inside the project like this: os.path.join(BASE_DIR, ...)