From fae084dff7d6d6cc703e958db846e2f50c2316a9 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Mon, 11 Mar 2019 20:57:49 +0100 Subject: [PATCH] www/nginx: version bump --- www/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index db9a2d80e..7a27293a0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.9 +PLUGIN_VERSION= 1.10 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com