From 86b680db1dd191e37ddfeab44c5c050c3377e868 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 16 Jul 2022 16:55:09 -0700 Subject: [PATCH] Update settings.py --- nodejsscan/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejsscan/settings.py b/nodejsscan/settings.py index 3d34d69f..b44f2c3c 100644 --- a/nodejsscan/settings.py +++ b/nodejsscan/settings.py @@ -4,7 +4,7 @@ from pathlib import Path # GENERAL -VERSION = '4.6' +VERSION = '4.7' UPLOAD_FOLDER = Path('~/.nodejsscan/').expanduser().as_posix() Path(UPLOAD_FOLDER).mkdir(parents=True, exist_ok=True) UPLD_MIME = [