mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 13:00:00 -07:00
updated version number
This commit is contained in:
parent
c6e401c229
commit
0713c0350f
2 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,7 @@ import subprocess
|
||||||
|
|
||||||
from utils import *
|
from utils import *
|
||||||
|
|
||||||
__version__ = 'Responder 2.3.2.7'
|
__version__ = 'Responder 2.3.2.8'
|
||||||
|
|
||||||
class Settings:
|
class Settings:
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ from Finger import RunFinger
|
||||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))
|
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')))
|
||||||
from socket import *
|
from socket import *
|
||||||
|
|
||||||
__version__ = "0.4"
|
__version__ = "0.5"
|
||||||
|
|
||||||
def UserCallBack(op, value, dmy, parser):
|
def UserCallBack(op, value, dmy, parser):
|
||||||
args=[]
|
args=[]
|
||||||
|
@ -384,3 +384,4 @@ if __name__ == '__main__':
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue