From 1618fc6190f25d493f527a903de9796844b9afe8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 3 Apr 2024 12:24:48 +0200 Subject: [PATCH] net/relayd: bump revision --- net/relayd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/relayd/Makefile b/net/relayd/Makefile index c370db795..6a3a1aba6 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= relayd PLUGIN_VERSION= 2.8 -PLUGIN_REVISION= 2 +PLUGIN_REVISION= 3 PLUGIN_DEPENDS= relayd PLUGIN_COMMENT= Relayd Load Balancer PLUGIN_MAINTAINER= frank.brendel@eurolog.com