We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413da96 commit 86b680dCopy full SHA for 86b680d
nodejsscan/settings.py
@@ -4,7 +4,7 @@
4
from pathlib import Path
5
6
# GENERAL
7
-VERSION = '4.6'
+VERSION = '4.7'
8
UPLOAD_FOLDER = Path('~/.nodejsscan/').expanduser().as_posix()
9
Path(UPLOAD_FOLDER).mkdir(parents=True, exist_ok=True)
10
UPLD_MIME = [
0 commit comments