Skip to content

Commit

Permalink
update changelog with version
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustedSec committed Nov 24, 2016
1 parent 596958b commit 0aff0ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
~~~~~~~~~~~~~~~~~
version 1.10.1
~~~~~~~~~~~~~~~~~

* fixed gladius module missing debian var
* fixed nonetype error when using update/install all

~~~~~~~~~~~~~~~~~
version 1.10
~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def count_modules():
return counter

# version information
grab_version = "1.10"
grab_version = "1.10.1"

# banner
banner = bcolors.RED + r"""
Expand Down Expand Up @@ -148,7 +148,7 @@ def count_modules():
banner += """ """ + bcolors.backBlue + \
"""Version: %s""" % (grab_version) + bcolors.ENDC + "\n"

banner += bcolors.YELLOW + bcolors.BOLD + """ Codename: """ + \
banner += bcolors.YELLOW + bcolors.BOLD + """ Codename: """ + \
bcolors.BLUE + """Tool Time""" + "\n"

banner += """ """ + bcolors.ENDC + bcolors.backRed + \
Expand Down

0 comments on commit 0aff0ca

Please sign in to comment.