Skip to content

Commit

Permalink
bump for release and fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Nov 10, 2024
1 parent 6a2bc6a commit fbab5b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dnsrecon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

__version__ = '1.3.0'
__version__ = '1.3.1'
__author__ = 'Carlos Perez, [email protected]'
__name__ = 'cli'

Expand Down Expand Up @@ -49,6 +49,7 @@
import dns.reversename
import dns.zone
import netaddr
import requests
from dns.dnssec import algorithm_to_text
from loguru import logger

Expand Down

0 comments on commit fbab5b6

Please sign in to comment.