From 11116ba5fb903b6282bcf1a792a45e067129e6f8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 12 Jan 2026 11:44:22 +0100 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20260111 --- birdnet-go/CHANGELOG.md | 3 +++ birdnet-go/config.yaml | 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 d73908fb3..455bf2ca8 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20260111 (2026-01-12) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20260110 (2026-01-10) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20251223-2 (2025-12-27) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index f52347e6c..4025aa26d 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -118,4 +118,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20260110" +version: "nightly-20260111" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 5728faddc..8a5371274 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": "2026-01-10", + "last_update": "2026-01-12", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260110" + "upstream_version": "nightly-20260111" }