From 3c4279eae6d1b12dd6c842442afba916708043b2 Mon Sep 17 00:00:00 2001 From: whoot Date: Fri, 31 Jan 2020 23:39:57 +0100 Subject: [PATCH] v0.6 --- typo3scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3scan.py b/typo3scan.py index 4d0a245..01a62ae 100644 --- a/typo3scan.py +++ b/typo3scan.py @@ -18,7 +18,7 @@ # along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/) #------------------------------------------------------------------------------- -__version__ = '0.' +__version__ = '0.6' __program__ = 'Typo3Scan' __description__ = 'Automatic Typo3 enumeration tool' __author__ = 'https://github.com/whoot'