From a2099a6e3c5bdc6d90be999f0e499c33fb365259 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 May 2021 15:31:00 +0200 Subject: [PATCH] Do not compare with ls tag for linuxserver images (to avoid updating only for dependencies) --- addons_updater/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index a689c310a..2411deacd 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -1,6 +1,6 @@ { "name": "Addons_Updater", - "version": "2.6", + "version": "2.7", "slug": "updater", "description": "Automatic addons update by aligning version tag with upstream releases", "url": "https://github.com/alexbelgium/hassio-addons",