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 40170e3 commit 4095614Copy full SHA for 4095614
nodejsscan/settings.py
@@ -4,7 +4,7 @@
4
from pathlib import Path
5
6
# GENERAL
7
-VERSION = '4.7'
+VERSION = '4.8'
8
UPLOAD_FOLDER = Path('~/.nodejsscan/').expanduser().as_posix()
9
Path(UPLOAD_FOLDER).mkdir(parents=True, exist_ok=True)
10
UPLD_MIME = [
0 commit comments