From 4dff48577b4a6de763d734ade59c2db12a03431d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 1 Jun 2026 21:18:28 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20260601 --- birdnet-go/CHANGELOG.md | 2 ++ birdnet-go/config.yaml | 2 +- birdnet-go/updater.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index c39126b0f7..5725ae5ee4 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,5 @@ +## nightly-20260601 (2026-06-01) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20260524 (2026-05-30) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20260429-405 (2026-05-30) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index ee98904ad6..23db7cdc8a 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -126,4 +126,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20260525-3" +version: "nightly-20260601" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index fa11778dcb..8ff14dcb3b 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_exclude": "-4", "github_fulltag": true, - "last_update": "2026-05-30", + "last_update": "2026-06-01", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260524" + "upstream_version": "nightly-20260601" }