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