httpgrep.py: tag -dev version. README.md: add note about dev versions.

This commit is contained in:
Levon Kayan 2020-04-13 19:13:12 +02:00
parent c86bf324c3
commit c3882e8ed4
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ noptrix
# Notes
- My master-branches are always dev-branches; use releases for stable versions.
- All of my public stuff you find are officially announced and published via [nullsecurity.net](https://www.nullsecurity.net).
# Disclaimer

View File

@ -29,7 +29,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
__author__ = 'noptrix'
__version__ = '1.0'
__version__ = '1.0-dev'
__copyright__ = 'santa clause'
__license__ = '1337 h4x0r'