Fix version number in settings.py

This commit is contained in:
Clément Notin 2018-08-17 11:51:18 +02:00 committed by GitHub
commit 621c5a3c12
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: