Skip to content

Commit

Permalink
Updated VERSION (owl_dns)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien committed Jul 17, 2024
1 parent d1dca1d commit 587f31a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion engines/owl_dns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.16.3
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.5.9rc2"
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.5.9"

# Install dependencies
RUN apk add --update --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion engines/owl_dns/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.9rc2
1.5.9
2 changes: 1 addition & 1 deletion engines/owl_dns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
sys.path.append(os.path.dirname(os.path.realpath(__file__)))

__title__ = "patrowl_engine_owl_dns"
__version__ = "1.5.9rc2"
__version__ = "1.5.9"
__author__ = "Nicolas MATTIOCCO"
__license__ = "AGPLv3"
__copyright__ = "Copyright (C) 2018-2024 Nicolas Mattiocco - @MaKyOtOx"
2 changes: 1 addition & 1 deletion engines/owl_dns/owl_dns.json.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PatrOwl - Dns module",
"version": "1.5.9rc2",
"version": "1.5.9",
"description": "DNS Scanner",
"allowed_asset_types": ["ip", "domain", "fqdn", "keyword"],
"sublist3r_bin_path": "/opt/patrowl-engines/owl_dns/external-libs/Sublist3r",
Expand Down

0 comments on commit 587f31a

Please sign in to comment.