From ff69b663720434d1d3d0742c2e1ead32b8d1e0d1 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Fri, 2 Mar 2018 16:44:25 +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 b8f116930..154c6e31d 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 2.5 +PLUGIN_VERSION= 2.6 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy-devel PLUGIN_MAINTAINER= opnsense@moov.de