Merge pull request #82 from cnotin/patch-1

Fix version number in settings.py
This commit is contained in:
lgandx 2018-08-24 14:34:15 -03:00 committed by GitHub
commit 6037d98160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ import subprocess
from utils import *
__version__ = 'Responder 2.3.3.6'
__version__ = 'Responder 2.3.3.9'
class Settings: