From 24f9d06c823b923c1918f075f7371677eb6f1786 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 18 Jul 2025 22:51:12 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20250718 --- birdnet-go/CHANGELOG.md | 3 +++ birdnet-go/config.json | 2 +- birdnet-go/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index d5ac05f4b..f798cf562 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-20250718 (18-07-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20250710 (12-07-2025) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 803e9d65e..ddcbcf958 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -115,5 +115,5 @@ "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", - "version": "nightly-20250710" + "version": "nightly-20250718" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index b06678596..49aa1f279 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_fulltag": true, "github_tagfilter": "nightly", - "last_update": "12-07-2025", + "last_update": "18-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20250710" + "upstream_version": "nightly-20250718" }