From 0f952d0f2791b51646515653edd3fa3e079aeffa Mon Sep 17 00:00:00 2001 From: Vincent Ardisson Date: Wed, 20 Nov 2019 16:24:15 +0100 Subject: [PATCH] [lunchr] bump to 1.6 --- modules/lunchr/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lunchr/module.py b/modules/lunchr/module.py index 7413ce3ece..e2b0c11b4c 100644 --- a/modules/lunchr/module.py +++ b/modules/lunchr/module.py @@ -35,7 +35,7 @@ class LunchrModule(Module, CapBank): MAINTAINER = 'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'LGPLv3+' - VERSION = '1.4' + VERSION = '1.6' BROWSER = LunchrBrowser -- GitLab