Skip to content

Commit 4095614

Browse files
authored
Update settings.py
1 parent 40170e3 commit 4095614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejsscan/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pathlib import Path
55

66
# GENERAL
7-
VERSION = '4.7'
7+
VERSION = '4.8'
88
UPLOAD_FOLDER = Path('~/.nodejsscan/').expanduser().as_posix()
99
Path(UPLOAD_FOLDER).mkdir(parents=True, exist_ok=True)
1010
UPLD_MIME = [

0 commit comments

Comments
 (0)