Skip to content

Commit

Permalink
Change 1.6RC1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
elcodigok committed Apr 14, 2017
1 parent 571affd commit 4f6eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmdLineParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def cmdLineParser():

usage = "usage: python %prog [options]"
version = colored('WPHardening', 'green') + ' version' + \
colored(' 1.5', 'yellow') + '\n'
colored(' 1.6RC1', 'yellow') + '\n'

parser = OptionParser(usage, version=version)

Expand Down

0 comments on commit 4f6eaa6

Please sign in to comment.