From e4c199cd18c9d29014a9d95a5f14a0b6bd53efa8 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 10 Dec 2018 00:17:50 +0100 Subject: [PATCH] net/haproxy: bump version --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index f672681f7..a522b1241 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 2.11 +PLUGIN_VERSION= 2.12 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy PLUGIN_MAINTAINER= opnsense@moov.de