diff --git a/include/ioc2rpz.hrl b/include/ioc2rpz.hrl index 8afb17d..039de91 100644 --- a/include/ioc2rpz.hrl +++ b/include/ioc2rpz.hrl @@ -48,7 +48,7 @@ %%%%%% %%%%%% Do not modify any settings below the line %%%%%% --define(ioc2rpz_ver, "1.2.0.2-2021121302"). +-define(ioc2rpz_ver, "1.2.0.3-2022101901"). -define(ZNameZip,16#c00c:16). %Zone name/original fqdn from a request is always at byte 10 in the response -define(ZNameZipN,16#c00c). % Offset in bytes - Zone name/original fqdn from a request is always at byte 10 in the response diff --git a/src/ioc2rpz.app.src b/src/ioc2rpz.app.src index 01fd0cd..88c2178 100644 --- a/src/ioc2rpz.app.src +++ b/src/ioc2rpz.app.src @@ -16,7 +16,7 @@ {application, ioc2rpz, [ {description, "ioc2rpz custom DNS server"}, - {vsn, "1.2.0.1"}, + {vsn, "1.2.0.3"}, {modules, [ ioc2rpz_app, ioc2rpz_sup,