From 9b3c8a2d1f1ba113cc618f3bcc2e62ed93fe633c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 13 Dec 2021 07:40:32 +0100 Subject: [PATCH] net/firewall: nonat feature --- net/firewall/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/firewall/Makefile b/net/firewall/Makefile index 9bb8c5ed8..44daa1d07 100644 --- a/net/firewall/Makefile +++ b/net/firewall/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= firewall -PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Firewall API supplemental package PLUGIN_MAINTAINER= ad@opnsense.org