Skip to content

Commit

Permalink
owl_dns update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien committed Nov 29, 2023
1 parent ba045b5 commit ba52a05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4"
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.5.5"

# 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.4
1.5.5
2 changes: 1 addition & 1 deletion 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.5.4'
__version__ = '1.5.5'
__author__ = 'Nicolas MATTIOCCO'
__license__ = 'AGPLv3'
__copyright__ = 'Copyright (C) 2018-2023 Nicolas Mattiocco - @MaKyOtOx'

0 comments on commit ba52a05

Please sign in to comment.