bump version to match changelog

This commit is contained in:
David Kennedy
2021-02-03 14:01:50 -05:00
parent e1650673a0
commit 1a39a2a877
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,3 +1,13 @@
~~~~~~~~~~~~~~~~
version 2.1
~~~~~~~~~~~~~~~~
* Added the cmd prompt library so that we have autocomplete on commands using tab as well as history (arrow up/down).
* -- Also help is added to each command so you can type help (Also tab complete)
* Added servercmd as menu option to run commands on Trevor Server instead of ifconfig
* Converted agents into proper class objects and agentlistclass to add them into a userlist
* Updated the Readme.md
~~~~~~~~~~~~~~~~
version 2.0
~~~~~~~~~~~~~~~~
+1 -1
View File
@@ -95,7 +95,7 @@ logging.basicConfig(level=logging.CRITICAL, format='[%(asctime)s] %(message)s',
log = logging.getLogger(__name__)
__author__ = 'Dave Kennedy (@HackingDave)'
__version__ = 0.71
__version__ = 2.1
# ROOT CHECK
if os.geteuid() != 0: