We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16748f5 commit 462449cCopy full SHA for 462449c
impacket/version.py
@@ -6,7 +6,7 @@
6
#
7
8
VER_MAJOR = "0"
9
-VER_MINOR = "9.18-dev"
+VER_MINOR = "9.18"
10
11
BANNER = "Impacket v%s.%s - Copyright 2018 SecureAuth Corporation\n" % (VER_MAJOR,VER_MINOR)
12
setup.py
@@ -19,7 +19,7 @@ def read(fname):
19
return open(os.path.join(os.path.dirname(__file__), fname)).read()
20
21
setup(name = PACKAGE_NAME,
22
- version = "0.9.18-dev",
+ version = "0.9.18",
23
description = "Network protocols Constructors and Dissectors",
24
url = "https://www.secureauth.com/labs/open-source-tools/impacket",
25
author = "SecureAuth Corporation",
0 commit comments