Skip to content

Commit

Permalink
Removed beta tag from version number
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Sep 13, 2017
1 parent c152877 commit e2c351b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from distutils.dir_util import remove_tree

MODULE_NAME = "binwalk"
MODULE_VERSION = "2.1.2b"
MODULE_VERSION = "2.1.2"
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 e2c351b

Please sign in to comment.