diff --git a/nodejsscan/settings.py b/nodejsscan/settings.py index b44f2c3c..9a061e25 100644 --- a/nodejsscan/settings.py +++ b/nodejsscan/settings.py @@ -4,7 +4,7 @@ from pathlib import Path # GENERAL -VERSION = '4.7' +VERSION = '4.8' UPLOAD_FOLDER = Path('~/.nodejsscan/').expanduser().as_posix() Path(UPLOAD_FOLDER).mkdir(parents=True, exist_ok=True) UPLD_MIME = [