From 4c4361506092a44fca09a9cb9a2670c084118785 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 28 Jul 2018 10:48:36 +0200 Subject: [PATCH] www/nginx: bump version number --- www/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index c4529bdc5..87191c8e4 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 0.3 +PLUGIN_VERSION= 0.4 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com