From 0e479e5bb1502b093dee75483b45230676ab61b8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Jul 2025 01:55:28 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to 20250508 --- 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 805e791f5..0b350cf37 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20250508 (05-07-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## 20250419 (17-05-2025) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 20250427-7 (15-05-2025) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 560cc3683..e427f4183 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": "20250419" + "version": "20250508" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 49ae8de1e..8e47eb4bc 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,8 +1,8 @@ { - "last_update": "17-05-2025", + "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "20250419" + "upstream_version": "20250508" }