From 7862325bb6ebe4922a1f4598a3c1f919b241c403 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 26 Feb 2019 19:32:06 -0800 Subject: [PATCH] apache: Increment app version number To trigger setting up all the necessary modules again. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/apache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/apache/__init__.py b/plinth/modules/apache/__init__.py index f55573245..581d36979 100644 --- a/plinth/modules/apache/__init__.py +++ b/plinth/modules/apache/__init__.py @@ -20,7 +20,7 @@ FreedomBox app for Apache server. from plinth import actions -version = 5 +version = 6 is_essential = True