From 62128b41651071302ef9267aba00750a0e6a78d3 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sun, 14 Jul 2019 22:53:05 +0200 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 04205848a..475c2897a 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 2.16 +PLUGIN_VERSION= 2.17 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy18 PLUGIN_MAINTAINER= opnsense@moov.de