From 2bb276b18cc367029fe7626baebdddd6168aed1a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 21 Jan 2026 11:24:40 +0100 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20260118 --- 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 05e63d165..ae0b1af78 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20260118 (2026-01-21) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20260113 (2026-01-14) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index 73ccaee69..6142d8713 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-20260113" +version: "nightly-20260118" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 51155c6b0..263104775 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-14", + "last_update": "2026-01-21", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260113" + "upstream_version": "nightly-20260118" }