We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64201ac commit be738a5Copy full SHA for be738a5
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
from distutils.dir_util import remove_tree
9
10
MODULE_NAME = "binwalk"
11
-MODULE_VERSION = "2.1.2"
+MODULE_VERSION = "2.2.0"
12
SCRIPT_NAME = MODULE_NAME
13
MODULE_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
14
VERSION_FILE = os.path.join(MODULE_DIRECTORY, "src", "binwalk", "core", "version.py")
0 commit comments