diff --git a/CHANGELOG.txt b/CHANGELOG.txt index be2f294e..79478ade 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -LEGION 0.3.8 +LEGION 0.3.9 * Start time message box ensuring run as root * Start time message box to help users resolve NMAP v7.92 segfaults @@ -10,6 +10,11 @@ LEGION 0.3.8 * Stage module revisions (nothing hard coded anymore, adds option to specify any NSE script for any stage) * Ensure pyExploiutDb is updated at all times +LEGION 0.3.8 + +* Bug fixes +* Preparation to move to postgresql backend + LEGION 0.3.7 * Bug fixes for several edge cases diff --git a/app/ApplicationInfo.py b/app/ApplicationInfo.py index ac7f7992..611f2d6c 100644 --- a/app/ApplicationInfo.py +++ b/app/ApplicationInfo.py @@ -18,7 +18,7 @@ applicationInfo = { "name": "LEGION", - "version": "0.3.8", + "version": "0.3.9", "build": '1665098899', "author": "GoVanguard", "copyright": "2022",