From b748b04b6354d4bd225d0cfabf734ec466ea8de7 Mon Sep 17 00:00:00 2001 From: HiFiBerry Date: Mon, 18 Dec 2023 13:16:28 +0000 Subject: [PATCH] Use official 2023-11 release --- get-buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-buildroot b/get-buildroot index 16f0838a..cf48c823 100755 --- a/get-buildroot +++ b/get-buildroot @@ -1,7 +1,7 @@ #!/bin/bash if [ "$1" == "" ]; then # TAG=2023.02.3 - TAG=2023.11-rc1 + TAG=2023.11 else TAG=$1 fi