Skip to content

Commit

Permalink
ARS-231 OWL_DNS: Support Secure Email Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKyOtOx committed Nov 29, 2023
1 parent 67d7db1 commit cea1886
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 43 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.3"
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.5.4"

# 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.3
1.5.4
4 changes: 2 additions & 2 deletions engines/owl_dns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__title__ = 'patrowl_engine_owl_dns'
__version__ = '1.4.32'
__version__ = '1.5.4'
__author__ = 'Nicolas MATTIOCCO'
__license__ = 'AGPLv3'
__copyright__ = 'Copyright (C) 2018-2022 Nicolas Mattiocco - @MaKyOtOx'
__copyright__ = 'Copyright (C) 2018-2023 Nicolas Mattiocco - @MaKyOtOx'
Loading

0 comments on commit cea1886

Please sign in to comment.