From 537f3ed9b5c78006c895c821f8ab81f4e6685774 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Wed, 26 Aug 2020 13:26:19 -0400 Subject: [PATCH] Version Bump --- nodejsscan/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejsscan/settings.py b/nodejsscan/settings.py index a2a86a08..59294e91 100644 --- a/nodejsscan/settings.py +++ b/nodejsscan/settings.py @@ -4,7 +4,7 @@ from pathlib import Path # GENERAL -VERSION = '4.1' +VERSION = '4.2' UPLOAD_FOLDER = Path('~/.nodejsscan/').expanduser().as_posix() Path(UPLOAD_FOLDER).mkdir(parents=True, exist_ok=True) UPLD_MIME = [