mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 13:53:42 -07:00
Merge pull request #82 from cnotin/patch-1
Fix version number in settings.py
This commit is contained in:
commit
6037d98160
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import subprocess
|
|||
|
||||
from utils import *
|
||||
|
||||
__version__ = 'Responder 2.3.3.6'
|
||||
__version__ = 'Responder 2.3.3.9'
|
||||
|
||||
class Settings:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue