Skip to content

Commit

Permalink
Updated version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Sep 6, 2019
1 parent 64201ac commit be738a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
from distutils.dir_util import remove_tree

MODULE_NAME = "binwalk"
MODULE_VERSION = "2.1.2"
MODULE_VERSION = "2.2.0"
SCRIPT_NAME = MODULE_NAME
MODULE_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
VERSION_FILE = os.path.join(MODULE_DIRECTORY, "src", "binwalk", "core", "version.py")
Expand Down

0 comments on commit be738a5

Please sign in to comment.